Skip to content

Commit

Permalink
revert back
Browse files Browse the repository at this point in the history
  • Loading branch information
rcpeters committed May 2, 2017
1 parent f719e42 commit d1707fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ describe('AppComponent', () => {
const fixture = TestBed.createComponent(AppComponent);
fixture.detectChanges();
const compiled = fixture.debugElement.nativeElement;
expect(compiled.querySelector('h1').textContent).toContain('Test break! Share My ORCID iD');
expect(compiled.querySelector('h1').textContent).toContain(' Share My ORCID iD');
}));
});

0 comments on commit d1707fc

Please sign in to comment.