File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ func (suite *MethodTestSuite) TestSystemFunctions() {
117
117
})
118
118
suite .Run ("GetUserCount" , func () {
119
119
suite .RunMethodTest (func (t * testing.T , db database.Store ) MethodCase {
120
- return methodCase (values (), asserts (), values (0 ))
120
+ return methodCase (values (), asserts (), values (int64 ( 0 ) ))
121
121
})
122
122
})
123
123
suite .Run ("GetTemplates" , func () {
@@ -130,7 +130,7 @@ func (suite *MethodTestSuite) TestSystemFunctions() {
130
130
suite .RunMethodTest (func (t * testing.T , db database.Store ) MethodCase {
131
131
b := dbgen .WorkspaceBuild (t , db , database.WorkspaceBuild {})
132
132
o := b
133
- b .DailyCost = 10
133
+ o .DailyCost = 10
134
134
return methodCase (values (database.UpdateWorkspaceBuildCostByIDParams {
135
135
ID : b .ID ,
136
136
DailyCost : 10 ,
You can’t perform that action at this time.
0 commit comments