Skip to content

Commit

Permalink
gah typechecker
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Aug 23, 2024
1 parent 66b8d11 commit 8ea3a29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nexus/tests/integration_tests/sp_updater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,7 @@ async fn test_sp_updater_delivers_progress() {
// TODO(eliza): it would be nice if we didn't have to disable metrics in
// this test, so that we can better catch regressions that could be
// introduced by the metrics subsystem...
mgs_config.metrics.get_or_insert_with(Default::default()).disabled =
true;
mgs_config.metrics.get_or_insert_with(Default::default).disabled = true;
mgs_setup::test_setup_with_config(
"test_sp_updater_delivers_progress",
SpPort::One,
Expand Down

0 comments on commit 8ea3a29

Please sign in to comment.