Skip to content

Commit

Permalink
Remove commented-out code
Browse files Browse the repository at this point in the history
  • Loading branch information
leszko authored Feb 13, 2023
1 parent e71c828 commit 0710709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/livepeer/starter/starter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ func TestParse_ParseEthKeystorePathFileNotFound(t *testing.T) {
keystoreInfo, err := parseEthKeystorePath(filepath.Join(tempDir, "missing_keyfile"))
assert.Empty(keystoreInfo.path)
assert.Empty(keystoreInfo.address)
//assert.True(err.Error() == "error opening keystore")
assert.True(err.Error() == "provided -ethKeystorePath was not found")

//Test missing key file directory
Expand Down

0 comments on commit 0710709

Please sign in to comment.