Skip to content

Commit

Permalink
chore: add test to cover not sending empty array when other has data
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanharris committed Feb 12, 2024
1 parent 42b7291 commit 4f67e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,7 @@ func TestOpenFgaClient(t *testing.T) {
Relation: "viewer",
Object: "document:roadmap",
}},
Deletes: []ClientTupleKeyWithoutCondition{},
}
options := ClientWriteOptions{
AuthorizationModelId: openfga.PtrString("01GAHCE4YVKPQEKZQHT2R89MQV"),
Expand Down

0 comments on commit 4f67e2d

Please sign in to comment.