Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gladysheva committed Feb 23, 2024
1 parent bb9dc99 commit 178bd60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public void Should_delete_application_from_cache_if_app_and_env_nodes_were_delet
CreateEnvironmentNode(environment);
CreateApplicationNode(environment, app, new Dictionary<string, string> {{"key", "1/1"}});

envStorage.Get(environment).Should().Be(new EnvironmentInfo(environment, null, null));
envStorage.Get(environment).Should().BeEquivalentTo(new EnvironmentInfo(environment, null, null));

ShouldReturnImmediately(
storage,
Expand Down

0 comments on commit 178bd60

Please sign in to comment.