Skip to content

Commit 1e70ecd

Browse files
RHSplinterCopilot
andauthored
Update GitHub handle in footer spec
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent cfcd28f commit 1e70ecd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/component/footer/footer.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ describe(FooterComponent.name, () => {
2727
expect(divider).toBeTruthy();
2828
});
2929

30-
it("should display a link with a Github icon", () => {
30+
it("should display a link with a GitHub icon", () => {
3131
const githubIcon = fixture.nativeElement.querySelector("[data-testid='github-icon']");
3232
expect(githubIcon.href).toEqual("https://github.com/RHSplinter/DevToolBox");
3333
expect(githubIcon.querySelector("i").classList).toContain("fa-github");

0 commit comments

Comments
 (0)