From 005282268a24ef187037877a123a07444c65cb5b Mon Sep 17 00:00:00 2001 From: Eirik Stanghelle Morland Date: Sat, 23 Mar 2024 19:35:51 +0100 Subject: [PATCH] Update UnitTest.php --- tests/Unit/UnitTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/Unit/UnitTest.php b/tests/Unit/UnitTest.php index 284cf4e..d3dff7e 100644 --- a/tests/Unit/UnitTest.php +++ b/tests/Unit/UnitTest.php @@ -103,6 +103,8 @@ public function testUpdateList() - first/updated: 2.0.1 (updated from 2.0.2) - other/new: 2.0.0 (new package, previously not installed) + + ### Working with this branch If you find you need to update the codebase to be able to merge this branch (for example update some tests or rebuild some assets), please note that violinist will force push to this branch to keep it up to date. This means you should not work on this branch directly, since you might lose your work. [Read more about branches created by violinist.io here](https://docs.violinist.io/#branches).