Skip to content

Commit e2a9f97

Browse files
committed
Rename test
1 parent 9a804dd commit e2a9f97

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tests/DynamoDbCompositeModelTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public function testConditionContainingCompositeIndexKey()
295295
$this->assertEquals($expectedItem, $foundItems->first()->toArray());
296296
}
297297

298-
public function testConditionsDoNotContainAllCompositeKeys()
298+
public function testConditionsNotContainingAllCompositeKeys()
299299
{
300300
$this->seed([
301301
'id' => ['S' => 'id1'],

tests/DynamoDbModelTest.php

-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ protected function seed($attributes = [], $exclude = [])
553553

554554
return $item;
555555
}
556-
557556
}
558557

559558
class TestModel extends \BaoPham\DynamoDb\DynamoDbModel

0 commit comments

Comments
 (0)