Commit 330bd38
authored
Improve readability of testReadMarkerCompatibility (#4759)
* Refactor
Improves the readability of the test. Replaces manual exception handling with the testing framework's built-in features (e.g., assertThrows), improving readability, maintainability, and debugging efficiency.
Signed-off-by: pedro_Simoes <[email protected]>
Signed-off-by: pedro_Simoes <[email protected]>1 parent 5ee7151 commit 330bd38
File tree
1 file changed
+7
-11
lines changed- janusgraph-backend-testutils/src/main/java/org/janusgraph/diskstorage/log
1 file changed
+7
-11
lines changedLines changed: 7 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
241 | 237 | | |
242 | 238 | | |
243 | 239 | | |
| |||
0 commit comments