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 @@ -1245,7 +1245,7 @@ func Test_UpdateProjectItem(t *testing.T) {
12451245 assert .NoError (t , json .Unmarshal (body , & payload ))
12461246 require .Len (t , payload .Fields , 1 )
12471247 assert .Equal (t , 202 , payload .Fields [0 ].ID )
1248- assert .Equal (t , 42.0 , payload .Fields [0 ].Value ) // number value example
1248+ assert .Equal (t , 42.0 , payload .Fields [0 ].Value )
12491249 w .WriteHeader (http .StatusCreated )
12501250 _ , _ = w .Write (mock .MustMarshal (userUpdatedItem ))
12511251 }),
@@ -1282,7 +1282,7 @@ func Test_UpdateProjectItem(t *testing.T) {
12821282 },
12831283 },
12841284 expectError : true ,
1285- expectedErrMsg : "failed to add a project item" , // implementation uses this message for update failures
1285+ expectedErrMsg : "failed to add a project item" ,
12861286 },
12871287 {
12881288 name : "missing owner" ,
You can’t perform that action at this time.
0 commit comments