casbin / casbin-pg-adapter

A go-pg adapter for casbin
https://github.com/casbin/casbin
Apache License 2.0
38 stars 28 forks source link

Add option to create adapter directly from *pg.DB #2

Closed Dasio closed 4 years ago

hsluoyz commented 4 years ago

@Dasio can you fix the CI error?

Dasio commented 4 years ago

No idea why it's failing. I didn't changed anything in tests. Method Helper() was added in 1.9 and it says type suite.TestingT has no field or method Helper

Also, should I also added some test for this, because coverage was decreased? Not sure, how to test it.