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