Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Sep 18, 2024
1 parent d8c605b commit 6736fdf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func TestProxyClient(t *testing.T) {

func TestProxyServerWithLargeBlob(t *testing.T) {
if !runIntegrationTests && !runTestnetIntegrationTests {
// t.Skip("Skipping test as INTEGRATION or TESTNET env var not set")
t.Skip("Skipping test as INTEGRATION or TESTNET env var not set")
}

t.Parallel()
Expand Down
1 change: 0 additions & 1 deletion e2e/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ type TestSuite struct {
}

func CreateTestSuite(t *testing.T, testSuiteCfg server.CLIConfig) (TestSuite, func()) {

log := oplog.NewLogger(os.Stdout, oplog.CLIConfig{
Level: log.LevelDebug,
Format: oplog.FormatLogFmt,
Expand Down

0 comments on commit 6736fdf

Please sign in to comment.