mirror of
https://github.com/Smaug123/WoofWare.Expect
synced 2025-10-06 04:58:39 +00:00
Add a specific exception (#3)
This commit is contained in:
@@ -27,7 +27,7 @@ actual was:
|
||||
|
||||
return
|
||||
Assert
|
||||
.Throws<Exception>(fun () ->
|
||||
.Throws<ExpectException>(fun () ->
|
||||
expectWithMockedFilePath ("filepath.fs", 99) {
|
||||
snapshot "123"
|
||||
return 124
|
||||
|
Reference in New Issue
Block a user