Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate authored Jan 19, 2024
1 parent 0a1853f commit 9a5dbf8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/e2e/Adapter/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ public function testDeleteRelatedCollection(): void
return;
}


static::getDatabase()->createCollection('c1');
static::getDatabase()->createCollection('c2');

Expand Down Expand Up @@ -190,7 +189,6 @@ public function testDeleteRelatedCollection(): void
$this->assertCount(0, $collection->getAttribute('attributes'));
$this->assertCount(0, $collection->getAttribute('indexes'));


// RELATION_MANY_TO_ONE
static::getDatabase()->createCollection('c2');
static::getDatabase()->createRelationship(
Expand Down Expand Up @@ -241,8 +239,6 @@ public function testDeleteRelatedCollection(): void
$collection = static::getDatabase()->getCollection('c1');
$this->assertCount(0, $collection->getAttribute('attributes'));
$this->assertCount(0, $collection->getAttribute('indexes'));


}

/**
Expand Down

0 comments on commit 9a5dbf8

Please sign in to comment.