mirror of https://github.com/AMT-Cheif/Stylet.git
Cover a little more code
This commit is contained in:
parent
8a93640ad8
commit
1beb6dc4d2
|
@ -60,7 +60,7 @@ namespace StyletIntegrationTests
|
||||||
await Task.Delay(100);
|
await Task.Delay(100);
|
||||||
|
|
||||||
if (log.SequenceEqual(new[] { "One", "Two", "Four", "Three" }))
|
if (log.SequenceEqual(new[] { "One", "Two", "Four", "Three" }))
|
||||||
this.windowManager.ShowMessageBox("Success");
|
this.windowManager.ShowMessageBox("Success", icon: MessageBoxImage.Information);
|
||||||
else
|
else
|
||||||
this.windowManager.ShowMessageBox("Failure");
|
this.windowManager.ShowMessageBox("Failure");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue