Skip to content

Commit 1302c9e

Browse files
test(deleteReferences): Fix test descriptions
1 parent 1742398 commit 1302c9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/unit.test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ testsuites.forEach(testsuite => {
5151
t.true(sut.replicateMasterToDetail.name === 'cloudFunction');
5252
t.truthy(sut.replicateMasterToDetail.run);
5353
});
54-
test(`[${name}] test basic variable swap`, async t =>
54+
test(`[${name}] test target collection parameter swap`, async t =>
5555
testVariableSwap(sut, t, name));
56-
test(`[${name}] test simple replicate attributes`, async t =>
56+
test(`[${name}] test replicate attributes`, async t =>
5757
testReplicateAttributes(sut, t, name));
58-
test(`[${name}] test simple delete references`, async t =>
58+
test(`[${name}] test delete references`, async t =>
5959
testDeleteReferences(sut, t, name));
60-
test(`[${name}] test simple maintain count`, async t =>
60+
test(`[${name}] test maintain count`, async t =>
6161
testMaintainCount(sut, t));
6262

6363
test(`[${name}] test delete with masterId in target reference`, async t =>

0 commit comments

Comments
 (0)