Skip to content

Commit

Permalink
testing creation of AdminConfigWrapper instead of AdminConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens committed Oct 16, 2018
1 parent e7bd88d commit 4807987
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ public void testConfigurationProvider() {

assertThat(context.getBean("adminSession", AdminSession.class))
.isNotNull();

assertThat(context.getBean(AdminConfigWrapper.class))
.isNotNull();
});
}
}

0 comments on commit 4807987

Please sign in to comment.