Skip to content

Commit

Permalink
Improves testing for float64 precision formatting between amd64 and a…
Browse files Browse the repository at this point in the history
…arch64
  • Loading branch information
khaf committed Dec 5, 2022
1 parent 65bfc45 commit 8937b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client_object_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ var _ = gg.Describe("Aerospike", func() {
gm.Expect(err).ToNot(gm.HaveOccurred())

gm.Expect(t.Test).To(gm.Equal(float64(i)))
gm.Expect(t.TestLua).To(gm.Equal(testLua))
gm.Expect(t.TestLua).To(gm.BeNumerically("~", testLua))
}

}) // it
Expand Down

0 comments on commit 8937b55

Please sign in to comment.