Skip to content

Commit c31fba6

Browse files
committed
fix test
1 parent ca3b019 commit c31fba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/table.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1968,7 +1968,7 @@ describe('Table', () => {
19681968
`,
19691969
data() {
19701970
const testData = getTestData();
1971-
testData[1].isLeaf = true;
1971+
testData[1].hasChildren = true;
19721972
return {
19731973
testData: testData
19741974
};

0 commit comments

Comments
 (0)