Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio committed Sep 11, 2023
1 parent 1a03b21 commit 3b63b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/test/cli_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func outputsContractIDInLastLine(t *testing.T, output string) {
nonEmptyLines = append(nonEmptyLines, l)
}
}
require.GreaterOrEqual(t, nonEmptyLines, 1)
require.GreaterOrEqual(t, len(nonEmptyLines), 1)
contractID := lines[len(lines)-1]
require.Len(t, contractID, 56)
require.Regexp(t, "^C", contractID)
Expand Down

0 comments on commit 3b63b1c

Please sign in to comment.