Skip to content

Commit a9c2651

Browse files
committed
lint
1 parent 3e49f9d commit a9c2651

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/src/FunctionalJavascript/IntegerWeightTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ public function setUp(): void {
8989
'name' => 'Repository Item',
9090
]);
9191

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

9495

9596
$fieldStorage = FieldStorageConfig::create([

0 commit comments

Comments
 (0)