Skip to content

Commit 4ead363

Browse files
committed
Fix unit test
1 parent 17300df commit 4ead363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Highbyte.DotNet6502.Systems.Tests/HostAppTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public async Task StartingIfHostSystemConfigIsInvalidThrowsException()
8080

8181
// Act / Assert
8282
var ex = await Assert.ThrowsAsync<DotNet6502Exception>(async () => await testApp.Start());
83-
Assert.Contains($"Cannot start emulator if current system config is invalid", ex.Message);
83+
Assert.Contains($"Cannot start emulator, system config is invalid", ex.Message);
8484
}
8585

8686
[Fact]

0 commit comments

Comments
 (0)