Skip to content

Commit c3f63e5

Browse files
committed
test: clean up TOIDTest by removing redundant test cases
1 parent 00cfb99 commit c3f63e5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/kotlin/org/stellar/sdk/TOIDTest.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@ class TOIDTest :
1616
nameFn = { (toid, id) ->
1717
"TOID(${toid.ledgerSequence}, ${toid.transactionOrder}, ${toid.operationIndex}) should be $id"
1818
},
19-
TOID(0, 0, 1) to 1L,
2019
TOID(0, 0, 4095) to 4095L,
21-
TOID(0, 1, 0) to 4096L,
2220
TOID(0, 1048575, 0) to 4294963200L,
23-
TOID(1, 0, 0) to 4294967296L,
2421
TOID(2147483647, 0, 0) to 9223372032559808512L,
2522
TOID(1, 1, 1) to (ledgerFirst + txFirst + opFirst),
2623
TOID(1, 1, 0) to (ledgerFirst + txFirst),

0 commit comments

Comments
 (0)