Skip to content

Commit

Permalink
rever test change
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNineteen committed Aug 28, 2024
1 parent 2efe768 commit 22aa5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gossip/data.zig
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ const RawOffsets = struct {
};

test "new contact info" {
const seed: u64 = 19;
const seed: u64 = @intCast(std.time.milliTimestamp());
var rand = std.rand.DefaultPrng.init(seed);
const rng = rand.random();

Expand Down

0 comments on commit 22aa5ab

Please sign in to comment.