Skip to content

Commit

Permalink
#1270: fix rcb tests for assets
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Jun 7, 2024
1 parent 9b49442 commit dd97295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/general.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ describe('GENERAL', () => {
);
assert.deepEqual(
replace['testInstance/testBU'].script,
['testExisting_script_ampscript', 'testExisting_script_ampincluded'],
['testExisting_script_ampincluded', 'testExisting_script_mixed'],
'should have found the right scripts that need updating'
);
assert.deepEqual(
Expand Down Expand Up @@ -252,7 +252,7 @@ describe('GENERAL', () => {
);
assert.deepEqual(
replace['testInstance/testBU'].script,
['testExisting_script_ampscript', 'testExisting_script_ampincluded'],
['testExisting_script_ampscript', 'testExisting_script_mixed'],
'should have found the right scripts that need updating'
);
assert.deepEqual(
Expand Down

0 comments on commit dd97295

Please sign in to comment.