helps if we test the right order azy...

This commit is contained in:
AzaezelX 2023-06-10 18:20:05 -05:00
parent dc1c1b6c0d
commit 1ddef642c1

View file

@ -29,11 +29,12 @@ TEST(WinMgr, BasicAPI)
{
PlatformWindowManager *pwm = CreatePlatformWindowManager();
// Check out the primary desktop area...
RectI primary = pwm->getPrimaryDesktopArea();
EXPECT_TRUE(pwm)
<< "no monitor to test against!";
// Check out the primary desktop area...
RectI primary = pwm->getPrimaryDesktopArea();
EXPECT_TRUE(primary.isValidRect())
<< "Got some sort of invalid rect from the window manager!";