diff --git a/src/Tests/IQsharpEngineTests.cs b/src/Tests/IQsharpEngineTests.cs index 45331adc1a..358b155cda 100644 --- a/src/Tests/IQsharpEngineTests.cs +++ b/src/Tests/IQsharpEngineTests.cs @@ -52,7 +52,6 @@ public static async Task AssertCompile(IQSharpEngine engine, string sour var response = await engine.ExecuteMundane(source, channel); PrintResult(response, channel); Assert.AreEqual(ExecuteStatus.Ok, response.Status); - Assert.AreEqual(0, channel.msgs.Count); CollectionAssert.AreEquivalent(expectedOps, response.Output as string[]); return response.Output?.ToString();