Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall committed Apr 23, 2024
1 parent 3e49f9d commit a9c2651
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/src/FunctionalJavascript/IntegerWeightTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ public function setUp(): void {
'name' => 'Repository Item',
]);

$this->drupalLogin($this->createUser(['edit any repo_item content'], 'test', TRUE));
$account = $this->createUser(['edit any repo_item content'], 'test', TRUE);
$this->drupalLogin($account);


$fieldStorage = FieldStorageConfig::create([
Expand Down

0 comments on commit a9c2651

Please sign in to comment.