From 8fcf53f18d23a4d75b27ec2dcf11f3b46419ec6b Mon Sep 17 00:00:00 2001 From: Michael Sprauer Date: Sat, 18 May 2024 13:23:52 +0200 Subject: [PATCH] fix tests --- charts/timelimit/tests/simple_test.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/timelimit/tests/simple_test.yaml b/charts/timelimit/tests/simple_test.yaml index 46d86a5..ae9e999 100644 --- a/charts/timelimit/tests/simple_test.yaml +++ b/charts/timelimit/tests/simple_test.yaml @@ -1,7 +1,9 @@ suite: email Test Suite templates: - - deployment.yaml +- deployment.yaml +chart: + version: 0.2.8 tests: - - it: Matches the snapshot - asserts: - - matchSnapshot: {} \ No newline at end of file +- it: Matches the snapshot + asserts: + - matchSnapshot: { } \ No newline at end of file