We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1302c9e commit 180ff26Copy full SHA for 180ff26
test/unit.test.js
@@ -57,8 +57,7 @@ testsuites.forEach(testsuite => {
57
testReplicateAttributes(sut, t, name));
58
test(`[${name}] test delete references`, async t =>
59
testDeleteReferences(sut, t, name));
60
- test(`[${name}] test maintain count`, async t =>
61
- testMaintainCount(sut, t));
+ test(`[${name}] test maintain count`, async t => testMaintainCount(sut, t));
62
63
test(`[${name}] test delete with masterId in target reference`, async t =>
64
testDeleteParamReferences(sut, t, name));
0 commit comments