Skip to content

Commit 0ffa346

Browse files
committed
fix imports
1 parent be28945 commit 0ffa346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/framework/nodeset_environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func TestNodeSet(t *testing.T) {
5959
require.NoError(t, err)
6060

6161
t.Run("test something", func(t *testing.T) {
62-
for i, n := range out.CLNodes {
62+
for _, n := range out.CLNodes {
6363
require.NotEmpty(t, n.Node.HostURL)
6464
require.NotEmpty(t, n.Node.HostP2PURL)
6565
}

0 commit comments

Comments
 (0)