Skip to content

Commit

Permalink
docs: remove extra character in legacy effects testing guide (#1609)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaodyz authored and brandonroberts committed Mar 8, 2019
1 parent 3d24787 commit 5d77b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/effects/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import * as MyActions from '../actions/my-actions';

describe('My Effects', () => {
let effects: MyEffects;
let actions: Observable<any>>;
let actions: Observable<any>;

beforeEach(() => {
TestBed.configureTestingModule({
Expand Down

0 comments on commit 5d77b7c

Please sign in to comment.