Skip to content

Commit 7ad9286

Browse files
committed
Add test class
1 parent 831fb67 commit 7ad9286

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/Routes/PoliciesControllerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public function testMissingPoliciesReturnsOnlyLatestCurrentPolicyPerType(): void
3333

3434
// Future policy (should be ignored because it is not active yet)
3535
$this->createPolicy('terms-of-use', $now->addDays(10), 'terms-of-use/version-future.vue');
36-
3736
$olderTerms = $this->createPolicy('terms-of-use', $now->subDays(10), 'terms-of-use/version-1.vue');
3837
$latestTerms = $this->createPolicy('terms-of-use', $now->subDays(1), 'terms-of-use/version-2.vue');
3938
$this->createPolicy('terms-of-use', $now->addDays(1), 'terms-of-use/version-3.vue');

0 commit comments

Comments
 (0)