Skip to content

Commit

Permalink
Adjust assertion in unit test getDefaultSubmodelRepositoryName()
Browse files Browse the repository at this point in the history
Signed-off-by: Zai Müller-Zhang <[email protected]>
  • Loading branch information
zhangzai123 committed Sep 26, 2023
1 parent c3aa7e1 commit d8dac1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ public void deleteNestedSubmodelElementInSubmodelElementList() {
public void getDefaultSubmodelRepositoryName() {
SubmodelRepository repo = getSubmodelRepository();

assertEquals("sm-repo", repo.getName());
assertEquals("configured-sm-repo-name", repo.getName());
}

@Test
Expand Down

0 comments on commit d8dac1d

Please sign in to comment.