mirror of
https://github.com/Kyren223/eko.git
synced 2026-08-29 10:51:31 +00:00
Removed failing on purpose, test should now pass
This commit is contained in:
@@ -55,7 +55,6 @@ func testPacketEncodingDecoding(t *testing.T, payload Payload) {
|
||||
}
|
||||
|
||||
func TestPacketFramer(t *testing.T) {
|
||||
require.True(t, false, "Failing on purpose")
|
||||
ctx, cancel := context.WithTimeout(context.Background(), time.Millisecond*20)
|
||||
defer cancel()
|
||||
framer := NewFramer()
|
||||
|
||||
Reference in New Issue
Block a user