Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Aug 8, 2024
1 parent ad39a47 commit 7298378
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ class TestTextFilePacketDumper {
}

@Disabled("This is broken atm")
@Test fun testDumpBuffer() {
@Test
fun testDumpBuffer() {
dumper.open()
val stringDumper = StringPacketDumper()
val buffer = ByteBuffer.wrap("Hello, World!".toByteArray())
Expand Down

0 comments on commit 7298378

Please sign in to comment.