Skip to content

Commit

Permalink
Merge pull request #32 from couchbase-examples/fix-test-airport
Browse files Browse the repository at this point in the history
fix test airport pagination
  • Loading branch information
prajwal-pai77 authored Dec 5, 2024
2 parents a4a79c3 + b1b0c51 commit b2221e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/airport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ func TestDeleteAirportInvalidDocument(t *testing.T) {
}

func TestListAirportsInCountryWithPagination(t *testing.T) {
country := "United Kingdom"
country := "France"
pageSize := 3
iterations := 3
airportsList := make(map[string]bool)
Expand Down

0 comments on commit b2221e3

Please sign in to comment.