We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1209ff8 commit 5215d6dCopy full SHA for 5215d6d
1 file changed
Tests/TrinityContinuum.ApiTests/CharacterControllerTests.cs
@@ -129,7 +129,7 @@ public async Task ListCharacters_NotFound_Test()
129
builder.ConfigureServices(services =>
130
{
131
var fs = new MockFileSystem(new Dictionary<string, MockFileData>());
132
- fs.AddDirectory("/Data/Characters");
+ fs.AddDirectory("/data/characters");
133
services.AddSingleton<IFileSystem>(fs);
134
135
});
0 commit comments