Skip to content

Commit 1ca0242

Browse files
author
Dennis Labordus
committed
Last unit tests.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 5a0d1ed commit 1ca0242

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/compas/CompasSave.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ describe('compas-save', () => {
6767
});
6868

6969
it('when changing labels then SCL Document contains change', async () => {
70-
await validateAddingLabels();
70+
await validateChangingLabels();
7171
});
7272

7373
it('looks like the latest snapshot', async () => {
@@ -94,7 +94,7 @@ describe('compas-save', () => {
9494
});
9595

9696
it('when changing labels then SCL Document contains change', async () => {
97-
await validateAddingLabels();
97+
await validateChangingLabels();
9898
});
9999

100100
it('looks like the latest snapshot', async () => {
@@ -106,7 +106,7 @@ describe('compas-save', () => {
106106
sinon.restore();
107107
});
108108

109-
async function validateAddingLabels() {
109+
async function validateChangingLabels() {
110110
const labelsField = <CompasLabelsFieldElement>(
111111
element.shadowRoot!.querySelector('compas-labels-field')!
112112
);

0 commit comments

Comments
 (0)