Skip to content

Commit

Permalink
#227 - test corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
olenagerasimova committed Oct 29, 2020
1 parent 44123cb commit 1b53e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/artipie/rpm/RpmTest.java
Expand Up @@ -155,7 +155,7 @@ void updateWorksOnNewRepo(final UpdateType update) throws IOException {
@ParameterizedTest
@EnumSource(UpdateType.class)
void doesNotTouchMetadataIfInvalidRpmIsSent(final UpdateType update) throws Exception {
final Rpm repo = new Rpm(this.storage, this.config);
final Rpm repo = new Rpm(this.storage, StandardNamingPolicy.PLAIN, Digest.SHA256, true);
new TestRpm.Multiple(new TestRpm.Abc(), new TestRpm.Libdeflt()).put(this.storage);
update.action.apply(repo, Key.ROOT).blockingAwait();
final Storage stash = new InMemoryStorage();
Expand Down

0 comments on commit 1b53e92

Please sign in to comment.