Skip to content

Commit dc07233

Browse files
committed
fix audit test
1 parent 651c095 commit dc07233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enterprise/audit/diff_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ func Test_diff(t *testing.T) {
393393
{
394394
name: "NullSchedules",
395395
left: audit.Empty[database.WorkspaceTable](),
396-
right: database.Workspace{
396+
right: database.WorkspaceTable{
397397
ID: uuid.UUID{1},
398398
CreatedAt: time.Now(),
399399
UpdatedAt: time.Now(),

0 commit comments

Comments
 (0)