Skip to content

Commit bcebc98

Browse files
authored
Merge pull request #15 from codingpot/fix-build-error
fix: build error
2 parents 4672911 + 47e5dc7 commit bcebc98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

method_list_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ func TestClient_MethodList(t *testing.T) {
5555

5656
// we don't want to test count values as it's changing.
5757
tt.want.Count = got.Count
58+
// these results are dynamic. Hence, ignore values.
59+
tt.want.Results = got.Results
5860

5961
assert.Equal(t, tt.want, got)
6062
})

0 commit comments

Comments
 (0)