Commit 9acc65a
fix: Remove single quotes from test (#329)
The `GetFiles_MissingDirectory_ShouldThrowDirectoryNotFoundException`
test failed because exceptions are thrown in German on my system and
with double quotes, therefore I deleted the quotes from the assertion.
Co-authored-by: Stefan Lampert <[email protected]>
Co-authored-by: Valentin Breuß <[email protected]>1 parent e78d655 commit 9acc65a
File tree
1 file changed
+1
-1
lines changed- Tests/Testably.Abstractions.Tests/FileSystem/Directory
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments