Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gladysheva committed Feb 13, 2024
1 parent 1e9f34f commit d2bac75
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public void Should_not_delete_environment_from_cache_if_node_was_deleted_when_ob
}
}

// [Test]
[Test]
public void Should_not_delete_environment_from_cache_when_observation_of_deleted_apps_is_disabled_and_client_disconnected()
{
using (var storage = GetEnvironmentsStorage(observeNonExistentEnvironment: true))
Expand All @@ -189,6 +189,8 @@ public void Should_not_delete_environment_from_cache_when_observation_of_deleted
storage.UpdateAll();
storage.Contains("default").Should().BeTrue();
ShouldReturn(storage, "default", expectedInfo);

Ensemble.Start();
}
}

Expand Down

0 comments on commit d2bac75

Please sign in to comment.