Skip to content

Commit c69aae8

Browse files
authored
[trivial] Fix test name (#6605)
While looking into #4949, I noticed that the test name was wrong. While I haven't solved this issue, this will at least make the failure a bit less confusing since the logs will be named correctly.
1 parent c7f5a11 commit c69aae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nexus/tests/integration_tests/updates.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ async fn test_update_uninitialized() -> Result<()> {
5151
args.exec(&logctx.log).await.context("error executing assemble command")?;
5252

5353
let cptestctx = test_setup_with_config::<omicron_nexus::Server>(
54-
"test_update_end_to_end",
54+
"test_update_uninitialized",
5555
&mut config,
5656
sim::SimMode::Explicit,
5757
None,

0 commit comments

Comments
 (0)