Skip to content

Commit

Permalink
Failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 25, 2024
1 parent 50007c8 commit e834bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/teststore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ private slots:
QString testKey = "testKey";
QString testValue = "testValue";
store->setValue(testKey, testValue);
QCOMPARE(store->value(testKey), testValue);
QCOMPARE(store->value(testKey), "testzxc");
}

void testGroupKey() {
Expand Down

0 comments on commit e834bde

Please sign in to comment.