1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

[Tests] Make [Audio] tag consistent with other test environment tags

This commit is contained in:
Hendrik Brucker
2024-09-04 15:14:49 +02:00
parent 906a4e9db9
commit 36a0ec166e
2 changed files with 10 additions and 10 deletions

View File

@@ -320,7 +320,7 @@ struct GodotTestCaseListener : public doctest::IReporter {
return;
}
if (name.contains("Audio")) {
if (name.contains("[Audio]")) {
// The last driver index should always be the dummy driver.
int dummy_idx = AudioDriverManager::get_driver_count() - 1;
AudioDriverManager::initialize(dummy_idx);