We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17300df commit 4ead363Copy full SHA for 4ead363
1 file changed
tests/Highbyte.DotNet6502.Systems.Tests/HostAppTests.cs
@@ -80,7 +80,7 @@ public async Task StartingIfHostSystemConfigIsInvalidThrowsException()
80
81
// Act / Assert
82
var ex = await Assert.ThrowsAsync<DotNet6502Exception>(async () => await testApp.Start());
83
- Assert.Contains($"Cannot start emulator if current system config is invalid", ex.Message);
+ Assert.Contains($"Cannot start emulator, system config is invalid", ex.Message);
84
}
85
86
[Fact]
0 commit comments