We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5abb9 commit f5d6f0dCopy full SHA for f5d6f0d
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