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 bdeca1b commit 985c946
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 @@ -82,7 +82,7 @@ func TestReadChangesEmpty(t *testing.T) {

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

output, err := readChanges(mockFgaClient, 5, "document", "2022-01-01T00:00:00Z", "")
output, err := readChanges(mockFgaClient, 5, "document", "", "")
if err != nil {
t.Error(err)
}
Expand Down

0 comments on commit 985c946

Please sign in to comment.