Skip to content

Commit c11c4be

Browse files
Change name of file
1 parent 439f7a5 commit c11c4be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Service.Tests/Configuration/ConfigurationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5610,7 +5610,7 @@ public async Task ValidateAutoentitiesConfiguration()
56105610
Entities: new(new Dictionary<string, Entity>()),
56115611
Autoentities: new(autoentityMap));
56125612

5613-
const string CUSTOM_CONFIG = "custom-config.json";
5613+
const string CUSTOM_CONFIG = "autoentities-validation-config.json";
56145614

56155615
File.WriteAllText(CUSTOM_CONFIG, runtimeConfig.ToJson());
56165616
IFileSystem fileSystem = new FileSystem();

0 commit comments

Comments
 (0)