Skip to content

Commit 80a7ac7

Browse files
committed
Shorten test
1 parent 7756b12 commit 80a7ac7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tests/ChangelogTest.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,5 @@
2121
$mock->shouldReceive('raw')->passthru();
2222
});
2323

24-
$content = $changelog->raw();
25-
26-
expect($content)
27-
->not->toBeNull()
28-
->and($content)
29-
->toEqual($expected);
24+
expect($changelog->raw())->toEqual($expected);
3025
});

0 commit comments

Comments
 (0)