File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ describe('compas-save', () => {
67
67
} ) ;
68
68
69
69
it ( 'when changing labels then SCL Document contains change' , async ( ) => {
70
- await validateAddingLabels ( ) ;
70
+ await validateChangingLabels ( ) ;
71
71
} ) ;
72
72
73
73
it ( 'looks like the latest snapshot' , async ( ) => {
@@ -94,7 +94,7 @@ describe('compas-save', () => {
94
94
} ) ;
95
95
96
96
it ( 'when changing labels then SCL Document contains change' , async ( ) => {
97
- await validateAddingLabels ( ) ;
97
+ await validateChangingLabels ( ) ;
98
98
} ) ;
99
99
100
100
it ( 'looks like the latest snapshot' , async ( ) => {
@@ -106,7 +106,7 @@ describe('compas-save', () => {
106
106
sinon . restore ( ) ;
107
107
} ) ;
108
108
109
- async function validateAddingLabels ( ) {
109
+ async function validateChangingLabels ( ) {
110
110
const labelsField = < CompasLabelsFieldElement > (
111
111
element . shadowRoot ! . querySelector ( 'compas-labels-field' ) !
112
112
) ;
You can’t perform that action at this time.
0 commit comments