Skip to content

Commit

Permalink
upgrade easy-ddm dependency from 3.9.1 to 3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard van Heest committed Dec 10, 2019
1 parent 61d642d commit 1062509
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<inceptionYear>2015</inceptionYear>

<properties>
<easy.ddm.version>3.9.1</easy.ddm.version>
<easy.ddm.version>3.9.2</easy.ddm.version>
<easy.licenses.version>1.0.5</easy.licenses.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class EmdSpec extends MdFixture with Inspectors {

inside(EMD.create(sdoSetDir, licenseAccepted = Some(true))) {
case Failure(e) => e.getMessage should
include("[OPEN_ACCESS, OPEN_ACCESS_FOR_REGISTERED_USERS, GROUP_ACCESS, REQUEST_PERMISSION, NO_ACCESS]")
include("[OPEN_ACCESS, OPEN_ACCESS_FOR_REGISTERED_USERS, REQUEST_PERMISSION, NO_ACCESS]")
}

Option(sdoSetDir.list()) shouldBe empty
Expand Down

0 comments on commit 1062509

Please sign in to comment.