Skip to content

Commit

Permalink
Merge pull request #25774 from qmonmert/typo070424
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
DanielFran authored Apr 7, 2024
2 parents 5a9b7b4 + 0384595 commit f08df65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/liquibase/incremental-liquibase.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ entity Customer {
);
runResult.assertNoFileContent(
`${SERVER_MAIN_RES_DIR}config/liquibase/changelog/20200102000100_updated_entity_Customer.xml`,
'dropColump',
'dropColumn',
);
});
it('should not create the entity constraint update changelog', () => {
Expand Down Expand Up @@ -441,7 +441,7 @@ entity Customer {
);
runResult.assertNoFileContent(
`${SERVER_MAIN_RES_DIR}config/liquibase/changelog/20200102000100_updated_entity_Customer.xml`,
'dropColump',
'dropColumn',
);
});
it('should create the entity constraint update changelog', () => {
Expand Down

0 comments on commit f08df65

Please sign in to comment.