TaskBuilder.fs icon indicating copy to clipboard operation
TaskBuilder.fs copied to clipboard

Fix exception check on tests

Open gusty opened this issue 4 years ago • 0 comments

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.

gusty avatar Nov 28 '20 18:11 gusty