Skip to content

Commit

Permalink
oh right we don't delete them anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jun 21, 2024
1 parent d7e73ed commit 891d308
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nexus/tests/integration_tests/instances.rs
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,6 @@ async fn test_instance_migrate(cptestctx: &ControlPlaneTestContext) {
let migration = dbg!(migration_fetch(cptestctx, migration_id).await);
assert_eq!(migration.target_state, MigrationState::Completed.into());
assert_eq!(migration.source_state, MigrationState::Completed.into());
assert!(migration.time_deleted.is_some());
}

#[nexus_test]
Expand Down

0 comments on commit 891d308

Please sign in to comment.