Skip to content

Commit

Permalink
argh, int 64
Browse files Browse the repository at this point in the history
  • Loading branch information
phughes-scwx committed Dec 10, 2024
1 parent 65c97b2 commit 97cb976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql/int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func mustUnmarshalInt32(t *testing.T, v any) int32 {

func TestInt64(t *testing.T) {
t.Run("marshal", func(t *testing.T) {
assert.Equal(t, "123", m2s(MarshalInt(123)))
assert.Equal(t, "123", m2s(MarshalInt64(123)))
})

t.Run("unmarshal", func(t *testing.T) {
Expand Down

0 comments on commit 97cb976

Please sign in to comment.