Skip to content

Commit 7059828

Browse files
committed
fix test
1 parent 29bf34f commit 7059828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbauthz/dbauthz_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ func (s *MethodTestSuite) TestOrganization() {
572572
}))
573573
s.Run("GetDefaultOrganization", s.Subtest(func(db database.Store, check *expects) {
574574
o := dbgen.Organization(s.T(), db, database.Organization{})
575-
check.Ar.Asserts(o, rbac.ActionRead).Returns(o)
575+
check.Args().Asserts(o, rbac.ActionRead).Returns(o)
576576
}))
577577
s.Run("GetOrganizationByName", s.Subtest(func(db database.Store, check *expects) {
578578
o := dbgen.Organization(s.T(), db, database.Organization{})

0 commit comments

Comments
 (0)