fauna / fauna-go

Go driver for Fauna v10 (current)
https://fauna.com
Mozilla Public License 2.0
6 stars 3 forks source link

Minor: flip arguments to require.Equal (and alike) #144

Closed erickpintor closed 7 months ago

erickpintor commented 7 months ago

I've made a small mistake: require.Equal(..) gets the expected value first. I'm with having the actual value first. :man_facepalming: