Skip to content

Commit dd1550c

Browse files
committed
Adjust spacing
1 parent 96d82ae commit dd1550c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/phpunit/jobstore/AbstractStoreTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,9 @@ public function test_has_pending_actions_due() {
136136

137137
$store->save_action( $action );
138138
}
139-
140139
$this->assertTrue( $store->has_pending_actions_due() );
141140

142141
$runner->run();
143-
144142
$this->assertFalse( $store->has_pending_actions_due() );
145143
}
146144

@@ -160,7 +158,6 @@ public function test_has_pending_actions_due_only_future_actions() {
160158

161159
$store->save_action( $action );
162160
}
163-
164161
$this->assertFalse( $store->has_pending_actions_due() );
165162
}
166163
}

0 commit comments

Comments
 (0)