Skip to content

Commit 944dbfe

Browse files
author
Myztiq
committed
instance.delete -> instance.expired
1 parent bbb65bf commit 944dbfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/unit/tasks/instances/cleanup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ describe('khronos:instances:cleanup', function () {
6868
sinon.assert.calledTwice(rabbitmq.publishEvent)
6969
sinon.assert.calledWith(
7070
rabbitmq.publishEvent,
71-
'instance.delete',
71+
'instance.expired',
7272
{
7373
instanceId: '1234'
7474
}
7575
)
7676
sinon.assert.calledWith(
7777
rabbitmq.publishEvent,
78-
'instance.delete',
78+
'instance.expired',
7979
{
8080
instanceId: '5678'
8181
}

0 commit comments

Comments
 (0)