[Tests] Make [Audio] tag consistent with other test environment tags
This commit is contained in:
parent
906a4e9db9
commit
36a0ec166e
2 changed files with 10 additions and 10 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue