Skip to content

Commit 6ff0e6c

Browse files
authored
Update starship/tests/e2e/e2e_test.go
1 parent 92eeb0d commit 6ff0e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

starship/tests/e2e/e2e_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func (s *TestSuite) TestChainsEth_Block() {
176176
s.T().Log("Running test for eth_blockNumber endpoint")
177177

178178
for _, chain := range s.config.Chains {
179-
if !strings.HasPrefix(chain.Name, "ethereum") || chain.Name == "solana" {
179+
if !strings.HasPrefix(chain.Name, "ethereum") {
180180
continue
181181
}
182182

0 commit comments

Comments
 (0)