From e686b300b1ca8af6579cb404844dec1a2d9baff5 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Fri, 2 Sep 2022 14:32:19 -0500 Subject: [PATCH] refactor: Better name for service compat integration test --- src/Recyclarr.Tests/ServiceCompatibilityIntegrationTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Recyclarr.Tests/ServiceCompatibilityIntegrationTest.cs b/src/Recyclarr.Tests/ServiceCompatibilityIntegrationTest.cs index fcc9c2d2..a03d9b36 100644 --- a/src/Recyclarr.Tests/ServiceCompatibilityIntegrationTest.cs +++ b/src/Recyclarr.Tests/ServiceCompatibilityIntegrationTest.cs @@ -12,7 +12,7 @@ namespace Recyclarr.Tests; public class ServiceCompatibilityIntegrationTest : IntegrationFixture { [Test] - public void Load_data_correctly_when_file_exists() + public void Load_settings_yml_correctly_when_file_exists() { var sut = Resolve(); var paths = Resolve();