diff options
author | Carl Schwan <carl@carlschwan.eu> | 2021-01-23 18:14:46 +0100 |
---|---|---|
committer | Carl Schwan <carl@carlschwan.eu> | 2021-01-23 18:14:46 +0100 |
commit | bfaf9330c4214636478df977ab7f6b5d1d843104 (patch) | |
tree | 97d51a03c3ec163faf4f38b2b5472713db469a50 /quotest | |
parent | 680e0f9deb3042db5cda43b81dbc7b1c153b8744 (diff) | |
download | libquotient-bfaf9330c4214636478df977ab7f6b5d1d843104.tar.gz libquotient-bfaf9330c4214636478df977ab7f6b5d1d843104.zip |
Update test
Diffstat (limited to 'quotest')
-rw-r--r-- | quotest/quotest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quotest/quotest.cpp b/quotest/quotest.cpp index f693319f..ed1c1d13 100644 --- a/quotest/quotest.cpp +++ b/quotest/quotest.cpp @@ -517,6 +517,7 @@ TEST_IMPL(showLocalUsername) // it is using the id fallback :( FAIL_TEST(); } + FINISH_TEST(true); return false; } |