Skip to content

Commit

Permalink
update unit test description
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb committed May 18, 2017
1 parent ea7b0d9 commit 8ee48e8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -89,7 +89,7 @@ class EntityCreationPermissionSpec extends ApiServiceSpec {
assertEntityRejection(owner3.get, testEntity2WithId.namespace.get, testEntity2WithId.name.get)
}

it should "DO SOMETHING WHEN creating a new snapshot of an existing entity if you own the entity BUT LACK PERMISSION ON THE NAMESPACE" in {
it should "allow creating a new snapshot of an existing entity if you own a snapshot of the entity but lack permission on the namespace" in {
val name = randUUID
assertEntityCreation(owner1.get, namespace1.get, name)

Expand Down

0 comments on commit 8ee48e8

Please sign in to comment.