Skip to content

Commit

Permalink
remove trailing S
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Caza committed Jun 25, 2018
1 parent b04846f commit 59a5d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/scalars/scalar_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestScalars(t *testing.T) {

require.Equal(t, "1,2", resp.User.Address.Location)
// There can be a delay between creation and test assertion, so we
// give some leeway to eliminate false positives.S
// give some leeway to eliminate false positives.
require.WithinDuration(t, time.Now(), time.Unix(resp.User.Created, 0), 5*time.Second)
require.Equal(t, "6,66", resp.Search[0].Address.Location)
require.Equal(t, int64(666), resp.Search[0].Created)
Expand Down

0 comments on commit 59a5d75

Please sign in to comment.