Skip to content

Commit

Permalink
fix(get-crypto-value): change test expect #2
Browse files Browse the repository at this point in the history
  • Loading branch information
reecebrend committed Dec 11, 2018
1 parent 28502f8 commit 85033d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/crypto-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ describe('Test general crypto actions', function () {
)

expect(execDesc.status).to.eql('RUNNING')
expect(execDesc.currentStateName).to.eql('Upserting')
expect(execDesc.currentStateName).to.eql('AddValue')
})

it('should wait for ADD_VALUE_STATE_MACHINE to finish', async () => {
Expand Down

0 comments on commit 85033d2

Please sign in to comment.