Skip to content

Commit dd1327c

Browse files
Kira-Pilotjohnstcn
andauthored
Update coderd/provisionerjobs_internal_test.go
Co-authored-by: Cian Johnston <cian@coder.com>
1 parent 7768c77 commit dd1327c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

coderd/provisionerjobs_internal_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,7 @@ func TestConvertProvisionerJob_Unit(t *testing.T) {
153153
Time: database.Now(),
154154
Valid: true,
155155
}
156-
invalidNullTimeMock := sql.NullTime{
157-
Valid: false,
158-
}
156+
invalidNullTimeMock := sql.NullTime{}
159157
errorMock := sql.NullString{
160158
String: "error",
161159
Valid: true,

0 commit comments

Comments
 (0)