mirror of
https://github.com/onyx-and-iris/voicemeeter-rb.git
synced 2024-11-15 15:00:46 +00:00
update error test
This commit is contained in:
parent
e86d096ab9
commit
d21b805882
@ -31,6 +31,6 @@ class UnknownConfigKey < MiniTest::Test
|
|||||||
"vban-out-3" => {on: true, bit: 24}
|
"vban-out-3" => {on: true, bit: 24}
|
||||||
}
|
}
|
||||||
e = assert_raises(KeyError) { Test.vm.apply(config) }
|
e = assert_raises(KeyError) { Test.vm.apply(config) }
|
||||||
assert_equal(e.message, "invalid config key 'unknown'")
|
assert_equal(e.message, "invalid config key 'unknown-0'")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user