Skip to content

Commit

Permalink
fix version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jenow committed Dec 8, 2020
1 parent 19e1315 commit 0daf6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuzzle/query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func TestQueryWithOptions(t *testing.T) {

func TestQueryWithVolatile(t *testing.T) {
var k *kuzzle.Kuzzle
var volatileData = types.VolatileData(`{"modifiedBy":"awesome me","reason":"it needed to be modified","sdkVersion":"2.0.2"}`)
var volatileData = types.VolatileData(`{"modifiedBy":"awesome me","reason":"it needed to be modified","sdkVersion":"2.0.3"}`)

c := &internal.MockedConnection{
MockSend: func(query []byte, options types.QueryOptions) *types.KuzzleResponse {
Expand Down

0 comments on commit 0daf6a5

Please sign in to comment.