Skip to content

Commit 5dcb8f0

Browse files
authored
[6.x] Fix custom entry class test artifact (#14356)
1 parent 9d5286d commit 5dcb8f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Stache/Repositories/EntryRepositoryTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ public function it_gets_custom_entry_class()
275275
->collection(Collection::findByHandle('custom_class'))
276276
->slug('custom');
277277

278+
$this->unlinkAfter($this->directory.'/custom_class/custom.md');
279+
278280
$this->repo->save($temp);
279281
$entry = $this->repo->find('custom');
280282

0 commit comments

Comments
 (0)