Skip to content
This repository was archived by the owner on Dec 12, 2020. It is now read-only.

Commit f95ca5a

Browse files
committed
Test fix
1 parent 0b84e81 commit f95ca5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeGeneration.Roslyn.Tests/CodeGenerationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public void SimpleGenerationWorks()
2020
var fooB = new CodeGenerationTests.FooB();
2121
var multiplied = new MultipliedBar();
2222
multiplied.ValueSuff1020();
23-
Assert.EndsWith(@"CodeGeneration.Roslyn\src\CodeGeneration.Roslyn.Tests", DirectoryPathTest.Path, StringComparison.OrdinalIgnoreCase);
23+
Assert.EndsWith(@"src\CodeGeneration.Roslyn.Tests", DirectoryPathTest.Path, StringComparison.OrdinalIgnoreCase);
2424
}
2525

2626
[DuplicateWithSuffixByName("A")]

0 commit comments

Comments
 (0)