diff --git a/src/file/checkbox/checkbox.spec.ts b/src/file/checkbox/checkbox.spec.ts index a2df7819be..8599e60f42 100644 --- a/src/file/checkbox/checkbox.spec.ts +++ b/src/file/checkbox/checkbox.spec.ts @@ -65,7 +65,7 @@ describe("CheckBox", () => { it.each([ ["2713", "Segoe UI Symbol", "2713", "Segoe UI Symbol"], [undefined, undefined, "2612", "MS Gothic"], - ])("should create a CheckBoxUtil with proper root and custom values", (inputChar, inputFont, actualChar, actualFont) => { + ])("should create a CheckBox with proper root and custom values", (inputChar, inputFont, actualChar, actualFont) => { const checkBox = new CheckBox("Custom Checkbox", { checked: true, checkedState: { @@ -140,7 +140,7 @@ describe("CheckBox", () => { }); }); - it("should create a CheckBoxUtil with proper root, custom state, and no alias", () => { + it("should create a CheckBox with proper root, custom state, and no alias", () => { const checkBox = new CheckBox(undefined, { checked: false, checkedState: {