Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fogelito committed Dec 8, 2024
1 parent eea30ac commit 8470c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/Adapter/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,7 @@ public function testSchemaAttribute(): void
* @var $attribute Document
*/
$attributes[$attribute->getAttribute('columnName')] = $attribute;
}
}

$attribute = $attributes['username'];
$this->assertEquals('username', $attribute['columnName']);
Expand Down

0 comments on commit 8470c30

Please sign in to comment.