Skip to content

Commit 7d434e5

Browse files
committed
Tidy unit tests
1 parent dd936d8 commit 7d434e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Tests/EddiCoreTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public void start()
2323
MakeSafe();
2424
}
2525

26-
[TestMethod]
26+
[TestMethod, DoNotParallelize]
2727
public void TestKeepAlive()
2828
{
2929
var monitor = EDDI.Instance.monitors.FirstOrDefault(m => m.MonitorName() == "Journal monitor");

Tests/VoiceAttackPluginTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ public void TestVACommodityEjectedEvent()
320320
}
321321
}
322322

323-
[ TestMethod ]
323+
[ TestMethod, DoNotParallelize ]
324324
public void TestVAShip ()
325325
{
326326
dynamic vaProxy = new MockVAProxy();

0 commit comments

Comments
 (0)