Skip to content

Commit 5974471

Browse files
committed
test: Fix incorrect initializer for Youou tests
I have no idea what the hell happened here.
1 parent 3a203cc commit 5974471

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Buttplug.Test/Devices/Protocols/YououTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class YououTests
3232
public async Task Init()
3333
{
3434
testUtil = new ProtocolTestUtils();
35-
await testUtil.SetupTest<YououProtocol>("Youou", new List<DeviceConfiguration>());
35+
await testUtil.SetupTest<YououProtocol>("Youou");
3636
}
3737

3838
[Test]

0 commit comments

Comments
 (0)