autotests: Fix testMoveResize
"2" is a copy paste typo, the expected number of outputs is 1.
This commit is contained in:
parent
2d9207e251
commit
82dd480196
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ void MoveResizeWindowTest::initTestCase()
|
|||
kwinApp()->start();
|
||||
QVERIFY(applicationStartedSpy.wait());
|
||||
const auto outputs = kwinApp()->platform()->enabledOutputs();
|
||||
QCOMPARE(outputs.count(), 2);
|
||||
QCOMPARE(outputs.count(), 1);
|
||||
QCOMPARE(outputs[0]->geometry(), QRect(0, 0, 1280, 1024));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue