Updated tests

This commit is contained in:
Pcornat 2024-11-25 16:46:51 +01:00
commit 7a5d36f6ea
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
5 changed files with 57 additions and 31 deletions

View file

@ -139,4 +139,4 @@ TEST_CASE("[B] Deserialize habilete", "[deserialize][3]") {
REQUIRE(adresse.get_materiel() == 0);
REQUIRE(adresse.get_additional() == 0);
}());
}
}