Skip to content
This repository was archived by the owner on Dec 19, 2018. It is now read-only.

Commit 9ce2de3

Browse files
committed
Fixed test build break
1 parent 3fc2bae commit 9ce2de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.AspNetCore.Hosting.Tests/Internal/HostingEventSourceTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public void RequestStop()
151151
eventListener.EnableEvents(hostingEventSource, EventLevel.Informational);
152152

153153
// Act
154-
hostingEventSource.RequestStop();
154+
hostingEventSource.RequestStop(startTimestamp: 0, endTimestamp: 0);
155155

156156
// Assert
157157
var eventData = eventListener.EventData;

0 commit comments

Comments
 (0)