Skip to content

Commit d31c850

Browse files
committed
Update ProjectLoader test
1 parent 061b540 commit d31c850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/projectloader/projectloader_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ TEST_F(ProjectLoaderTest, Load)
9898
ASSERT_EQ(sprites[1]->sprite(), engine->targetAt(2));
9999

100100
const auto &monitors = loader.monitorList();
101-
ASSERT_EQ(monitors.size(), 11);
101+
ASSERT_EQ(monitors.size(), 10);
102102

103103
ListMonitorModel *listMonitorModel = dynamic_cast<ListMonitorModel *>(monitors[0]);
104104
ASSERT_EQ(listMonitorModel->monitor(), engine->monitors().at(0).get());

0 commit comments

Comments
 (0)