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 9b48f1e commit 04c6149Copy full SHA for 04c6149
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