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 3ff078d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/src/FunctionalJavascript/IntegerWeightTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +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([
'field_name' => static::$fieldName,
Expand Down

0 comments on commit 3ff078d

Please sign in to comment.