File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2068,7 +2068,7 @@ func (s *MethodTestSuite) TestExtraMethods() {
2068
2068
s .NoError (err , "insert provisioner daemon" )
2069
2069
ds , err := db .GetProvisionerDaemonsByOrganization (context .Background (), database.GetProvisionerDaemonsByOrganizationParams {OrganizationID : org .ID })
2070
2070
s .NoError (err , "get provisioner daemon by org" )
2071
- check .Args (org .ID ).Asserts (d , policy .ActionRead ).Returns (ds )
2071
+ check .Args (database. GetProvisionerDaemonsByOrganizationParams { OrganizationID : org .ID } ).Asserts (d , policy .ActionRead ).Returns (ds )
2072
2072
}))
2073
2073
s .Run ("DeleteOldProvisionerDaemons" , s .Subtest (func (db database.Store , check * expects ) {
2074
2074
_ , err := db .UpsertProvisionerDaemon (context .Background (), database.UpsertProvisionerDaemonParams {
You can’t perform that action at this time.
0 commit comments