Skip to content

Commit 47e5dc7

Browse files
committed
fix: build error
1 parent 4672911 commit 47e5dc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: 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)