Skip to content

Commit c1dbdab

Browse files
core/forkid: fix unit tests (#112) (#113)
(cherry picked from commit 145c5ce) Co-authored-by: Cal Bera <calbera@berachain.com>
1 parent d6ef6cc commit c1dbdab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/forkid/forkid_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ func TestCreation(t *testing.T) {
162162
{100, 1759247999, ID{Hash: checksumToBytes(0xd2ebecac), Next: 1759248000}}, // Before Prague2
163163
{100, 1759248000, ID{Hash: checksumToBytes(0xcbbf6c9f), Next: 1762164459}}, // Prague2 active
164164
{100, 1762164458, ID{Hash: checksumToBytes(0xcbbf6c9f), Next: 1762164459}}, // Before Prague3
165-
{100, 1762164459, ID{Hash: checksumToBytes(0x6494a176), Next: 1768330800}}, // Prague3 active
166-
{100, 1768330799, ID{Hash: checksumToBytes(0x6494a176), Next: 1768330800}}, // Before Prague4
167-
{100, 1768330800, ID{Hash: checksumToBytes(0x0f320857), Next: 0}}, // Prague4 active
168-
{1000, 2000000000, ID{Hash: checksumToBytes(0x0f320857), Next: 0}}, // Far future
165+
{100, 1762164459, ID{Hash: checksumToBytes(0x6494a176), Next: 1762963200}}, // Prague3 active
166+
{100, 1762963199, ID{Hash: checksumToBytes(0x6494a176), Next: 1762963200}}, // Before Prague4
167+
{100, 1762963200, ID{Hash: checksumToBytes(0x701a097f), Next: 0}}, // Prague4 active
168+
{1000, 2000000000, ID{Hash: checksumToBytes(0x701a097f), Next: 0}}, // Far future
169169
},
170170
},
171171
// Bepolia testnet test cases

0 commit comments

Comments
 (0)