Skip to content

Commit

Permalink
[test] irc2 -> ircb
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Nov 23, 2012
1 parent 0ff164b commit 77a59b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/command-parser-test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var assert = require('assert'),
parse = require('../lib/irc2/parser/command-parser');
parse = require('../lib/ircb/parser/command-parser');

assert.deepEqual(parse(':lindbohm.freenode.net NOTICE * :*** Found your hostname'), {
prefix: 'lindbohm.freenode.net',
Expand Down

0 comments on commit 77a59b3

Please sign in to comment.