Skip to content

Commit 0c39b90

Browse files
committed
Appveyor tests
1 parent 89f4e7c commit 0c39b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project2015To2017Tests/ProjectWriterTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public void ValidatesFileIsWritable()
3737
if (messageNum++ == 0)
3838
{
3939
Assert.AreEqual(
40-
$@"TestFiles\OtherTestProjects\{nameof(ValidatesFileIsWritable)} is readonly, please make the file writable first (checkout from source control?).",
40+
$@"TestFiles\OtherTestProjects\{nameof(ValidatesFileIsWritable)}.readonly is readonly, please make the file writable first (checkout from source control?).",
4141
x);
4242
}
4343
});

0 commit comments

Comments
 (0)