Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit04c6149

Browse files
committed
fix test
1 parent9b48f1e commit04c6149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎coderd/database/dbauthz/dbauthz_test.go

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp