Skip to content

Commit

Permalink
fix: wiki tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibarbato committed Jan 22, 2024
1 parent a71968d commit 60b722e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/client/wikipedia/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestFetchContextDetails(t *testing.T) {
},
{
name: "valid query",
input: TestInput{query: "Salvini", lang: "en"},
input: TestInput{query: "Jean Paul Sartre", lang: "en"},
output: TestExpect{
validRes: true,
err: nil,
Expand Down

0 comments on commit 60b722e

Please sign in to comment.