Skip to content

Commit 29058b3

Browse files
committed
Fix pong test
1 parent bcf77be commit 29058b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/commands/handlers/misc.test.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ describe('src/commands/handlers/misc.js', function() {
4242
expect(mock.spies.emit).to.have.been.calledWith('pong', {
4343
message: "two.example.com",
4444
time: 1318258080000,
45+
tags: {
46+
time: '2011-10-10T14:48:00Z'
47+
}
4548
});
4649
});
4750

0 commit comments

Comments
 (0)