Skip to content

Commit

Permalink
fix unit test (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunNishimura committed Mar 30, 2024
1 parent 3e6b2e0 commit 39999e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adapter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -331,11 +331,11 @@ func TestBunAdapter_UpdateFilteredPolicies(t *testing.T) {
t,
e,
[][]string{
{"bob", "data2", "delete"},
{"data2_admin", "data2", "read"},
{"data2_admin", "data2", "delete"},
{"alice", "data3", "read"},
{"alice", "data3", "write"},
{"bob", "data2", "delete"},
{"data2_admin", "data2", "delete"},
},
)
}

0 comments on commit 39999e6

Please sign in to comment.