Skip to content

Commit

Permalink
fix server_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nnsW3 authored Jun 20, 2024
1 parent bb1009a commit b5270aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ func TestPlasmaClient(t *testing.T) {

daClient := op_plasma.NewDAClient(ts.Address(), false, false)
t.Log("Waiting for client to establish connection with plasma server...")
// wait for server to come online after starting
// wait for the server to come online after starting
time.Sleep(5 * time.Second)

// 1 - write arbitrary data to EigenDA
Expand Down

0 comments on commit b5270aa

Please sign in to comment.