goodhamgupta / authzed_ex

Unofficial SpiceDB client library for Elixir
Apache License 2.0
15 stars 8 forks source link

Use tuples to fix consistency check during checkpermission request #2

Closed goodhamgupta closed 2 years ago

goodhamgupta commented 2 years ago

@kamilkowalski This closes #1. Thanks for the hint! 😄

goodhamgupta commented 2 years ago

Looks good! As to the unused alias warning you had - I usually run my tests with --warnings-as-errors in CI to avoid those sneaking by.

Good idea. I've added this option to the tests now.