Skip to content

Commit

Permalink
QI.bu6of67: Make unit test a bit more thorough
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark "Justin du Coeur" Waks committed Jul 6, 2019
1 parent 4797fc4 commit 1a9eb61
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions querki/scalajvm/app/querki/spaces/SpaceEvolution.scala
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ trait SpaceEvolution extends SpacePure with ModelPersistence {
// TODO: Kind really ought to be an ADT, not just an Int, and we should match here:
if (kind == Kind.Property) {
// Properties are always public, so this is always legit:
// TODO: does this work for, say, Link Properties to non-visible Models? We need to test the various
// edge cases, and make sure they are sane:
applyCreate()
} else if (kind == Kind.Thing) {
if (modelId == querki.security.MOIDs.InstancePermissionsModelOID) {
Expand Down

0 comments on commit 1a9eb61

Please sign in to comment.