Skip to content

Commit 22e1057

Browse files
committed
fixup! authzquery -> database/dbauthz
1 parent 4e6b43f commit 22e1057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderd/database/dbauthz/authz_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ func TestNotAuthorizedError(t *testing.T) {
4747
})
4848
}
4949

50-
// TestdbauthzRecursive is a simple test to search for infinite recursion
50+
// TestDBAuthzRecursive is a simple test to search for infinite recursion
5151
// bugs. It isn't perfect, and only catches a subset of the possible bugs
5252
// as only the first db call will be made. But it is better than nothing.
53-
func TestdbauthzRecursive(t *testing.T) {
53+
func TestDBAuthzRecursive(t *testing.T) {
5454
t.Parallel()
5555
q := dbauthz.New(dbfake.New(), &coderdtest.RecordingAuthorizer{
5656
Wrapped: &coderdtest.FakeAuthorizer{AlwaysReturn: nil},

0 commit comments

Comments
 (0)