Skip to content

Commit

Permalink
Modified the logo src test spec
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathew1011 committed Apr 21, 2020
1 parent 2f42bcd commit 0c464d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/tl-header/tl-header.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ describe('TamuHeaderComponent', () => {
.toBeTruthy();
});

it("should have as logoSrc 'assets/tamu-logo.svg'", () => {
it("should have as logoSrc 'https://labs.library.tamu.edu/tl-components/latest/assets/tamu-logo.svg'", () => {
expect(component.logoSrc)
.toEqual('assets/tamu-logo.svg');
.toEqual('https://labs.library.tamu.edu/tl-components/latest/assets/tamu-logo.svg');
});

it("should have as logoText 'Texas A&M University Libraries'", () => {
Expand Down

0 comments on commit 0c464d9

Please sign in to comment.