We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4672911 + 47e5dc7 commit bcebc98Copy full SHA for bcebc98
method_list_test.go
@@ -55,6 +55,8 @@ func TestClient_MethodList(t *testing.T) {
55
56
// we don't want to test count values as it's changing.
57
tt.want.Count = got.Count
58
+ // these results are dynamic. Hence, ignore values.
59
+ tt.want.Results = got.Results
60
61
assert.Equal(t, tt.want, got)
62
})
0 commit comments