We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d6a05 commit 64b01f2Copy full SHA for 64b01f2
src/InEngine.Commands.Test/Sample/MinimalTest.cs
@@ -16,7 +16,7 @@ public async Task ShouldSucceed()
16
17
await Subject.RunAsync();
18
19
- mockWrite.Verify(x => x.Info(expected), Times.Once());
+ mockWrite.Verify(x => x.Line(expected), Times.Once());
20
Assert.Pass();
21
}
22
src/InEngine.Commands.Test/Sample/SayHelloTest.cs
@@ -16,7 +16,7 @@ public async Task ShouldSayHelloTest()
0 commit comments