You've already forked godot
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user