Skip to content

Commit f5f363b

Browse files
author
Noah Potash
committed
Removed accidentally committed test
1 parent 82f53e3 commit f5f363b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Diff for: test/LibPacketGremlinTests/Packets/Beacon802_11Tests.cs

-9
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,5 @@ public void CalculatesLength()
6262
parseResult.Should().BeTrue();
6363
packet.Length().Should().Be(packet.ToArray().Length);
6464
}
65-
66-
[Fact]
67-
public void SerializesCorrectly2()
68-
{
69-
var rawBytes = System.IO.File.ReadAllBytes("c:\\out.bin");
70-
IPacket packet;
71-
MSMon802_11Factory.Instance.TryParse(rawBytes, out packet);
72-
packet.ToArray().SequenceEqual(rawBytes).Should().BeTrue();
73-
}
7465
}
7566
}

0 commit comments

Comments
 (0)