Skip to content

Commit

Permalink
test fixed according to new requirements from #37
Browse files Browse the repository at this point in the history
  • Loading branch information
dadrus committed Jun 17, 2018
1 parent 4a2535e commit e23640d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@ public void testUnsupportedConfiguration() {
// GIVEN
final Map<String, Object> props = new HashMap<>();
props.put("javax.persistence.jdbc.driver", "driver");
props.put("javax.persistence.jdbc.url", "url");
props.put("javax.persistence.jdbc.user", "user");
when(descriptor.getProperties()).thenReturn(props);

final DataSourceDecorator decorator = new DataSourceDecorator();
Expand Down

0 comments on commit e23640d

Please sign in to comment.