Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yitsushi committed Jan 26, 2022
1 parent 5d0281d commit 9db19d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/application/app_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,9 @@ func TestApp_DeleteMicroVM(t *testing.T) {
gomock.AssignableToTypeOf(context.Background()),
gomock.Eq(defaults.TopicMicroVMEvents),
gomock.Eq(&events.MicroVMSpecUpdated{
UID: testUID,
ID: "id1234",
Namespace: "default",
UID: testUID,
}),
)
},
Expand Down

0 comments on commit 9db19d7

Please sign in to comment.