Commit 994ebe5b authored by DonLakeFlyer's avatar DonLakeFlyer

Fix incorrect last sequence number test

parent b8cfd1e8
......@@ -134,6 +134,6 @@ void StructureScanComplexItemTest::_testItemCount(void)
_initItem();
_structureScanItem->appendMissionItems(items, this);
QCOMPARE(items.count(), _structureScanItem->lastSequenceNumber());
QCOMPARE(items.count() - 1, _structureScanItem->lastSequenceNumber());
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment