-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tests to reflect the removal of
sourceClass
attribute from `…
…@Relation` annotation * **ApplicationIntegrationTest.java** - Remove import of `DrmConfig` class - Remove `@Import(DrmConfig.class)` annotation * **ReleationProcessorTest.java** - Fix formatting issue by adding a newline at the end of the file * **RelationDaoFactoryTest.java** - Fix formatting issue by adding a newline at the end of the file
- Loading branch information
Showing
3 changed files
with
2 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,4 +65,4 @@ void process() { | |
// assertThat(generatedFiles).isNotEmpty(); | ||
} | ||
|
||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters