Skip to content

Commit 3dbbaf0

Browse files
Update internal/integrationtest/lib/lib_test.go
Co-authored-by: Cristian Maglie <[email protected]>
1 parent bcd355e commit 3dbbaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integrationtest/lib/lib_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ func TestSearch(t *testing.T) {
763763
runSearch("sensor dht", []string{})
764764
runSearch("arduino json", []string{"ArduinoJson", "Arduino_JSON"})
765765
runSearch("arduinojson", []string{"ArduinoJson"})
766-
runSearch("json", []string{"Arduino_JSON"})
766+
runSearch("json", []string{"ArduinoJson", "Arduino_JSON"})
767767
}
768768

769769
func TestSearchParagraph(t *testing.T) {

0 commit comments

Comments
 (0)