Skip to content

Commit 8adafc0

Browse files
committed
build fix
1 parent 2824cd6 commit 8adafc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppInstallerCLIE2ETests/Interop/Shutdown.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public void NoActiveOperations()
4646
this.SendMessageAndLog(server, WindowMessage.Close);
4747

4848
Assert.IsTrue(server.Process.HasExited);
49-
Assert.Throws(packageManager.Version);
49+
Assert.Throws<Exception>(() => { _ = packageManager.Version; });
5050
}
5151

5252
private void SendMessageAndLog(WinGetServerInstance server, WindowMessage message)

0 commit comments

Comments
 (0)