From 028af0b3a06540800a70724960e7e65bc8463adc Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 4 Jan 2024 10:58:36 +0100 Subject: [PATCH] add test and cleanup test names --- tests.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests.toml b/tests.toml index 435ba2e..426efee 100644 --- a/tests.toml +++ b/tests.toml @@ -17,5 +17,6 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - test_upgrade_from.7600f04.name = "Upgrade from 0.5.4" - test_upgrade_from.d291f0e.name = "Upgrade from 0.6.4" + test_upgrade_from.7600f04.name = "0.5.4" + test_upgrade_from.d291f0e.name = "0.6.4" + test_upgrade_from.80ce892.name = "0.6.6"