Browse Source

Another test name fixed

pull/1/head
Sebastian 9 years ago
parent
commit
a8b8e30c3a
  1. 2
      src/Squidex/app/framework/angular/action.spec.ts

2
src/Squidex/app/framework/angular/action.spec.ts

@ -30,7 +30,7 @@ class MockupObject {
} }
describe('Action', () => { describe('Action', () => {
it('should test complete flow to subscribe and unsubscribe and to trigger actions', () => { it('should make complete flow to subscribe and unsubscribe and to trigger actions', () => {
let dispatchCount = 0; let dispatchCount = 0;
const state = { const state = {

Loading…
Cancel
Save