This commit is contained in:
2024-12-12 11:07:10 +01:00
parent e23ddd6cd1
commit b40a78522f
4 changed files with 44 additions and 1 deletions

View File

@@ -136,7 +136,11 @@ void TestBufferDestruction()
ENABLE_ERRORS;
}
CleanupDevice(device);
DISABLE_ERRORS;
RESET_ERRORS_CHECK;
CleanupDevice(device);
TEST_ASSERT_TRUE(HAS_RECIEVED_ERROR);
ENABLE_ERRORS;
CleanupDevice(other_device);
CleanupPulse(backend);
}