Skip to content

Commit 9131d45

Browse files
committed
Use new beforeEach signature in TestPrinters adapter
1 parent 308fc67 commit 9131d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/YoloDev.Expecto.TestSdk/execution.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module private PrinterAdapter =
5959

6060
// let beforeRun _ = async.Zero ()
6161

62-
let beforeEach name =
62+
let beforeEach name _isSkipped =
6363
let result = Map.find name results
6464
result.StartTime <- DateTimeOffset.Now
6565
frameworkHandle.RecordStart result.TestCase

0 commit comments

Comments
 (0)