Skip to content

Commit

Permalink
tests bugfix in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 28, 2024
1 parent dac21a4 commit 8613703
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ void tst_Model_Return_Relation::
QVERIFY(activeMap.contains(tagId));
QCOMPARE(typeid (tag), typeid (Tag_ReturnRelation *));

/* Custom Pivot relation as the Tagged class, under the 'tagged' key
/* Basic Pivot relation as the Pivot class, under the 'pivot' key
in the m_relations hash. */
QVERIFY(tag->relationLoaded("pivot"));
auto *pivot = tag->getRelation<Pivot, One>("pivot");
Expand Down Expand Up @@ -343,7 +343,7 @@ void tst_Model_Return_Relation::
QVERIFY(activeMap.contains(tagId));
QCOMPARE(typeid (tag), typeid (Tag_ReturnRelation *));

/* Custom Pivot relation as the Tagged class, under the 'tagged' key
/* Basic Pivot relation as the Pivot class, under the 'pivot' key
in the m_relations hash. */
QVERIFY(tag->relationLoaded("pivot"));
auto *pivot = tag->getRelation<Pivot, One>("pivot");
Expand Down

0 comments on commit 8613703

Please sign in to comment.