Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/clean-caches-2' into tests-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
gladysheva committed Feb 13, 2024
2 parents 1d4ac2e + ea69c19 commit 10550f6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,11 @@ public void Should_not_delete_environment_from_cache_if_node_was_deleted_when_ob
ShouldReturn(storage, "default", expectedInfo);
}
}

[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))
using (var storage = GetEnvironmentsStorage(observeNonExistentEnvironment: false))
{
CreateEnvironmentNode("default", "parent");

Expand Down

0 comments on commit 10550f6

Please sign in to comment.