Skip to content

Commit

Permalink
Update internal/tjson/schema_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
  • Loading branch information
rumyantseva and AlekSi committed Jul 27, 2022
1 parent b68c2ea commit 4627321
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/tjson/schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ func TestSchemaEqual(t *testing.T) {
s: stringSchema,
other: stringSchema,
expected: true,
}, "StringNumber": {
},
"StringNumber": {
s: stringSchema,
other: doubleSchema,
expected: false,
Expand Down

0 comments on commit 4627321

Please sign in to comment.