Skip to content

Commit b85339d

Browse files
Update src/contained-list/contained-list.component.spec.ts
Co-authored-by: Zvonimir Fras <zvonimir.fras@gmail.com>
1 parent 8be2123 commit b85339d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contained-list/contained-list.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe("ContainedList", () => {
7070
});
7171

7272
it("should display the label when a string is provided", () => {
73-
const label = "My Contained List";
73+
const label = "My contained list";
7474
component.label = label;
7575
fixture.detectChanges();
7676

0 commit comments

Comments
 (0)