Skip to content

Commit 69e6b13

Browse files
committed
Added named parameter
1 parent a751993 commit 69e6b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
var events = new List<@event>();
2525

2626
string htmlReport = await testRunner.RunTestsWithCoverageAsync(path: "toscamtest",
27-
@event => { events.Add(@event); },
27+
consumer: @event => { events.Add(@event); },
2828
coverageSchema: "toscam",
2929
includeObjects: new List<string>() { "pa_m720", "pa_m770" });
3030

0 commit comments

Comments
 (0)