refactor: Better name for service compat integration test

pull/124/head
Robert Dailey 2 years ago
parent 799f4cccee
commit e686b300b1

@ -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<ISettingsProvider>();
var paths = Resolve<IAppPaths>();

Loading…
Cancel
Save