Skip to content

Commit 4486700

Browse files
committed
Update goal_test.go
1 parent 8f40472 commit 4486700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/experiment/api/goal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ func TestCreateGoalNoCommandMySQL(t *testing.T) {
362362
p.setup(service)
363363
}
364364
_, err := service.CreateGoal(ctx, p.req)
365-
assert.Equal(t, p.expectedErr, err)
365+
assert.Equal(t, p.expectedErr, err, p.desc)
366366
}
367367
}
368368

0 commit comments

Comments
 (0)