Skip to content

Commit

Permalink
test to ensure CI checks will fail when they should
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Jan 19, 2024
1 parent b2204db commit 56101d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/testcookies.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class TestCookies : public QObject
private slots:
void testCookies()
{
auto testInt = 155;
QVERIFY(false);
QTemporaryDir tmp;
const QString nonexistingPath = tmp.filePath("someNonexistingDir/test.db");
QNetworkCookie cookieA = QNetworkCookie("foo", "bar");
Expand Down

0 comments on commit 56101d4

Please sign in to comment.