Skip to content

Commit

Permalink
fix(tests): traversal test update for draft2019-09
Browse files Browse the repository at this point in the history
  • Loading branch information
Arqu committed Apr 15, 2020
1 parent 138d555 commit 40db009
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions traversal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ func TestReferenceTraversal(t *testing.T) {
}

elements := 0
expectElements := 120
expectElements := 28
refs := 0
expectRefs := 29
expectRefs := 7
walkJSON(rs, func(elem JSONPather) error {
elements++
if sch, ok := elem.(*Schema); ok {
Expand Down

0 comments on commit 40db009

Please sign in to comment.