Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
  • Loading branch information
championswimmer committed Nov 10, 2019
1 parent e23c3cc commit 6573ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/getmodule/getmodule_nondynamic_noname.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ const store = new Vuex.Store<StoreType>({

describe('getModule() on unnamed non-dynamic module', () => {
it('should error without name in decorator', function() {
expect(() => getModule(MyModule)).to.throw('ERR_GET_MODULE_NO_STATICS')
expect(() => getModule(MyModule)).to.throw('ERR_GET_MODULE_NAME')
})
})

0 comments on commit 6573ca6

Please sign in to comment.