Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 034bde3

Browse files
author
samsep
committed
add status to typeController spec assertion
1 parent 455e468 commit 034bde3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/specs/type.controller.spec.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ describe 'SubmitWorkTypeController', ->
4848
]
4949

5050
vm.create()
51-
expect(calledWith).to.have.all.keys 'projectType', 'name', 'brief', 'deviceIds', 'orientationIds'
51+
expect(calledWith).to.have.all.keys 'projectType', 'name', 'brief', 'deviceIds', 'orientationIds', 'status'

0 commit comments

Comments
 (0)