tests: better test initializing allowing for better printing (#5379)

Co-authored-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
pajlada
2024-05-05 15:01:07 +02:00
committed by GitHub
parent a88a2ac65c
commit 401feac0aa
41 changed files with 198 additions and 178 deletions
+2 -2
View File
@@ -12,9 +12,9 @@
#include "singletons/Emotes.hpp"
#include "singletons/Paths.hpp"
#include "singletons/Settings.hpp"
#include "Test.hpp"
#include "widgets/splits/InputCompletionPopup.hpp"
#include <gtest/gtest.h>
#include <QDir>
#include <QFile>
#include <QModelIndex>
@@ -224,7 +224,7 @@ void containsRoughly(std::span<EmoteItem> span, std::set<QString> values)
}
}
ASSERT_TRUE(found) << qPrintable(v) << " was not found in the span";
ASSERT_TRUE(found) << v << " was not found in the span";
}
}