Skip to content

Commit

Permalink
fix typo in 'npm owner rm' test
Browse files Browse the repository at this point in the history
  • Loading branch information
kenany authored and othiym23 committed Nov 14, 2014
1 parent eee8e62 commit 69a77ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap/owner.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ test("npm owner rm", function (t) {
t.ifError(err, "npm owner rm ran without error")
t.notOk(code, "npm owner rm exited cleanly")
t.notOk(stderr, "npm owner rm ran silently")
t.equal(stdout, "- othiym23 (underscore)\n", "got expected add output")
t.equal(stdout, "- othiym23 (underscore)\n", "got expected rm output")

t.end()
}
Expand Down

0 comments on commit 69a77ff

Please sign in to comment.