Skip to content

Commit

Permalink
Fixed typo in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcidev committed May 13, 2017
1 parent d3787fa commit efc9e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Arci.Networking.Tests/DataTests/ByteBufferTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void TestWriteBits()
Assert.AreEqual(val, packet2.ReadBits(5));

packet1.Dispose();
packet1.Dispose();
packet2.Dispose();
}

[TestMethod]
Expand All @@ -65,7 +65,7 @@ public void TestWriteBits2()
Assert.AreEqual(ushort.MaxValue, packet2.ReadBits(16));

packet1.Dispose();
packet1.Dispose();
packet2.Dispose();
}
}
}

0 comments on commit efc9e5e

Please sign in to comment.