Skip to content

Commit

Permalink
fix(tests): remove formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jadams-r7 committed Jan 30, 2025
1 parent 3d267cf commit 73b4897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ public void testExtractTxIdFromRecordValue() {
Long actualTxId = Utilities.extractTxIdFromRecordValue(recordValue, "txid");
assertThat(actualTxId).isEqualTo(expectedTxId);
}
}
}

0 comments on commit 73b4897

Please sign in to comment.