8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd0956 commit 60775a6Copy full SHA for 60775a6
coderd/database/dbauthz/dbauthz_test.go
@@ -572,7 +572,7 @@ func (s *MethodTestSuite) TestOrganization() {
572
}))
573
s.Run("GetDefaultOrganization", s.Subtest(func(db database.Store, check *expects) {
574
o := dbgen.Organization(s.T(), db, database.Organization{})
575
- check.Ar.Asserts(o, rbac.ActionRead).Returns(o)
+ check.Args().Asserts(o, rbac.ActionRead).Returns(o)
576
577
s.Run("GetOrganizationByName", s.Subtest(func(db database.Store, check *expects) {
578
0 commit comments