diff --git a/Vostok.ServiceDiscovery.Tests/ServiceLocatorStorage/ApplicationsStorage_Tests.cs b/Vostok.ServiceDiscovery.Tests/ServiceLocatorStorage/ApplicationsStorage_Tests.cs index 8dcf07f..758c2da 100644 --- a/Vostok.ServiceDiscovery.Tests/ServiceLocatorStorage/ApplicationsStorage_Tests.cs +++ b/Vostok.ServiceDiscovery.Tests/ServiceLocatorStorage/ApplicationsStorage_Tests.cs @@ -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 {{"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,