Skip to content

Commit

Permalink
fix: added underscores to the TEST_TIME to improve readability
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Peterson <[email protected]>
  • Loading branch information
mattp-swirldslabs committed Jun 27, 2024
1 parent babcb8a commit 6d3e617
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
public class LiveStreamObserverImplTest {

private final long TIMEOUT_THRESHOLD_MILLIS = 50L;
private final long TEST_TIME = 1719427664950L;
private final long TEST_TIME = 1_719_427_664_950L;

@Mock
private StreamMediator<BlockStreamServiceGrpcProto.Block, BlockStreamServiceGrpcProto.BlockResponse> streamMediator;
Expand Down

0 comments on commit 6d3e617

Please sign in to comment.