Skip to content

Commit

Permalink
fix custom migration target crud test
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Brugarolas <[email protected]>
  • Loading branch information
abrugaro committed Aug 27, 2024
1 parent 0af2a53 commit d997f51
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ describe(["@tier1", "@interop"], "Custom Migration Targets CRUD operations", ()
sourceCredential.delete();
});

it.only("Change layout and check in analysis wizard", function () {
it("Change layout and check in analysis wizard", function () {
const targetData = this.customMigrationTargets[`${languageLower}_manual_rules`];
const target = new CustomMigrationTarget(
data.getRandomWord(8),
Expand Down

0 comments on commit d997f51

Please sign in to comment.