Skip to content

Commit 180ff26

Browse files
refactor(deleteReferences): Prettier formatting
1 parent 1302c9e commit 180ff26

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/unit.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ testsuites.forEach(testsuite => {
5757
testReplicateAttributes(sut, t, name));
5858
test(`[${name}] test delete references`, async t =>
5959
testDeleteReferences(sut, t, name));
60-
test(`[${name}] test maintain count`, async t =>
61-
testMaintainCount(sut, t));
60+
test(`[${name}] test maintain count`, async t => testMaintainCount(sut, t));
6261

6362
test(`[${name}] test delete with masterId in target reference`, async t =>
6463
testDeleteParamReferences(sut, t, name));

0 commit comments

Comments
 (0)