fix: Fixes flaky tests, formatting, and sequential testing. (#2168)
This commit is contained in:
parent
415c7a6bfd
commit
7dbfc9d161
60 changed files with 1304 additions and 1289 deletions
|
|
@ -13,12 +13,12 @@ public class TestHelpTopicPacket
|
|||
[InlineData(HelpTopic.EmptyingBowl, true)]
|
||||
public void TestDisplayHelpTopic(int topic, bool display)
|
||||
{
|
||||
var expected = new DisplayHelpTopic(topic, display).Compile();
|
||||
var expected = new DisplayHelpTopic(topic, display).Compile();
|
||||
|
||||
var ns = PacketTestUtilities.CreateTestNetState();
|
||||
ns.SendDisplayHelpTopic(topic, display);
|
||||
var ns = PacketTestUtilities.CreateTestNetState();
|
||||
ns.SendDisplayHelpTopic(topic, display);
|
||||
|
||||
var result = ns.SendPipe.Reader.AvailableToRead();
|
||||
AssertThat.Equal(result, expected);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue