Compare commits

..

1 commit

Author SHA1 Message Date
1a9b293dee Fixed errors and improve roster tests
All checks were successful
PR Check / on-push-commit-check (push) Successful in 12m32s
2024-11-21 22:46:21 +00:00

View file

@ -30,6 +30,10 @@ TEST(Serialize, Variant) {
"xmlns=\"urn:ietf:params:xml:ns:xmpp-streams\"/></stream:error>\n"sv);
}
TEST(CheckFinalErrorPlace, Variant) {
ASSERT_EQ(std::variant_size<StreamError>::value, utempl::kTupleSize<StreamError>);
}
namespace tests::serialization {
struct SomeStruct {