mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-08 07:44:23 +00:00
fix failing test
This commit is contained in:
@@ -213,7 +213,7 @@ TEST(dCommonTests, AMFDeserializeUnimplementedValuesTest) {
|
||||
bool caughtException = false;
|
||||
try {
|
||||
ReadFromBitStream(testBitStream);
|
||||
} catch (eAmf unimplementedValueType) {
|
||||
} catch (std::exception& e) {
|
||||
caughtException = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user