Skip to content

Commit

Permalink
fix unittest lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joanestebanr committed Aug 24, 2024
1 parent 56cb6ac commit ac987c6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions synchronizer/synchronizer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ type mocks struct {
//EventLog *eventLogMock
}

func TestExploraty(t *testing.T) {
t.Skip("This test a real tests, it is just for exploratory purposes")
func TestExploratory(t *testing.T) {
t.Skip("This test is for exploratory purposes, it is not a real test")
cfg := etherman.Config{
URL: "https://eth-sepolia.g.alchemy.com/v2/",
ForkIDChunkSize: 100,
Expand All @@ -64,7 +64,6 @@ func TestExploraty(t *testing.T) {
require.NoError(t, err)
require.Equal(t, 1, len(blocks))
require.Equal(t, 1, len(order))

}

// Feature #2220 and #2239: Optimize Trusted state synchronization
Expand Down

0 comments on commit ac987c6

Please sign in to comment.