Skip to content

Commit

Permalink
Update changes_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpq committed Jan 31, 2025
1 parent 985c946 commit 20718e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/tuple/changes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestReadChangesError(t *testing.T) {

mockFgaClient.EXPECT().ReadChanges(context.Background()).Return(mockBody)

_, err := readChanges(mockFgaClient, 5, "document", "2022-01-01T00:00:00Z", "")
_, err := readChanges(mockFgaClient, 5, "document", "", "")
if err == nil {
t.Error("Expect error but there is none")
}
Expand Down

0 comments on commit 20718e8

Please sign in to comment.