TaskBuilder.fs
TaskBuilder.fs copied to clipboard
Fix exception check on tests
These tests were catching all exceptions, even the interesting ones.
Try changing require (not ran) "ran kinda early"
to require (ran) "ran kinda early"
and you'll see the test still pass.
This PR fix it by pattern matching on the exception.