File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 =>
You can’t perform that action at this time.
0 commit comments