Cover a little more code

This commit is contained in:
Antony Male 2014-05-21 12:27:01 +01:00
parent 8a93640ad8
commit 1beb6dc4d2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ namespace StyletIntegrationTests
await Task.Delay(100);
if (log.SequenceEqual(new[] { "One", "Two", "Four", "Three" }))
this.windowManager.ShowMessageBox("Success");
this.windowManager.ShowMessageBox("Success", icon: MessageBoxImage.Information);
else
this.windowManager.ShowMessageBox("Failure");
}