Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc committed Aug 28, 2024
1 parent 2c18aff commit 083030f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArtNetTests/PackagesSerializeDeserialize.cs
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ public void ArtRDM()
{
PackagesSerializeDeserialize.doTests(new ArtRDM(1, new Address(3, 4), new RDMMessage() { SourceUID = new UID(0x1122, 0x33445566), DestUID = new UID(0x3344, 0x55667788) }));
PackagesSerializeDeserialize.doTests(new ArtRDM(new PortAddress(1, 2, 5), new RDMMessage() { SourceUID = new UID(0x1122, 0x33445566), DestUID = new UID(0x3344, 0x55667788) }));
PackagesSerializeDeserialize.doTests(new ArtRDM(new PortAddress(1, 2, 5), new RDMMessage() { SourceUID = new UID(0x1122, 0x33445566), DestUID = new UID(0x3344, 0x55667788) }, fifoAvailable: 30, fifoMax: 200));
Assert.Throws(typeof(ArgumentNullException), () => new ArtRDM(new PortAddress(1, 2, 5), null));
}
[Test]
Expand Down

0 comments on commit 083030f

Please sign in to comment.