Skip to content

Commit bbbf0e7

Browse files
committed
Delete adr after creation
1 parent e4612e2 commit bbbf0e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Command/MakeDecisionCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function testExecuteWithAutoDiscovery()
120120
]);
121121

122122
$this->assertRegexp('/ADR created successfully/', $tester->getDisplay());
123-
123+
$this->assertTrue(unlink(__DIR__ . '/../data/docs/arch/0003-foo.md'));
124124
} finally {
125125
$GLOBALS['_composer_autoload_path'] = $originalValue;
126126
}

0 commit comments

Comments
 (0)