From ec288d2b9dc49e0531558387833da3764b79cdd3 Mon Sep 17 00:00:00 2001 From: Ben Dalling Date: Sun, 10 Mar 2024 10:37:58 +0000 Subject: [PATCH] fix: dev: Fix release (II). --- tests/features/example.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/features/example.feature b/tests/features/example.feature index 053d19a..d7e0a5d 100644 --- a/tests/features/example.feature +++ b/tests/features/example.feature @@ -111,7 +111,7 @@ Feature: Example of Testinfra BDD When the TestInfra pip package is testinfra-bdd # Can check if the package is absent or present. Then the TestInfra pip package is present - And the TestInfra pip package version is 3.0.2 + And the TestInfra pip package version is 3.0.4 # Check that installed packages have compatible dependencies. And the TestInfra pip check is OK