Skip to content

Commit

Permalink
Fix casing
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Jan 12, 2021
1 parent 11fe954 commit efc12ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sample10/UnitTest1.cs
Expand Up @@ -20,7 +20,7 @@ public void Test1()
}

// Assert.True(now.Year > 2000);
Assert.True(File.Exists(Path.Combine("Data", "foo.txt")));
Assert.True(File.Exists(Path.Combine("Data", "Foo.txt")));
}
}
}

0 comments on commit efc12ad

Please sign in to comment.