Skip to content

Commit

Permalink
Update ProjectLoader test
Browse files Browse the repository at this point in the history
  • Loading branch information
adazem009 committed Sep 17, 2024
1 parent f685e01 commit d109e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/projectloader/projectloader_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ TEST_F(ProjectLoaderTest, Load)
ASSERT_EQ(sprites[1]->sprite(), engine->targetAt(2));

const auto &monitors = loader.monitorList();
ASSERT_EQ(monitors.size(), 11);
ASSERT_EQ(monitors.size(), 10);

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

0 comments on commit d109e1a

Please sign in to comment.