Skip to content

Commit

Permalink
tests(pkg/builder/universal_test.go) - fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PxyUp committed Feb 7, 2024
1 parent 9171c11 commit 93e8d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/builder/universal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestBool(t *testing.T) {
}

func TestNull(t *testing.T) {
nn := builder.Null()
nn := builder.NullValue
assert.Equal(t, nn.Raw(), builder.ToJsonable(nn.Raw()).Raw())
}

Expand Down

0 comments on commit 93e8d39

Please sign in to comment.