From 3626588511f6d1bb00a53465512f90b521af93b0 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Tue, 23 May 2023 18:52:27 +0200 Subject: [PATCH] remove version in testdata --- internal/testdata/init/templateDefinition/schema.json | 1 - libs/template/testdata/skip_dir/schema.json | 1 - 2 files changed, 2 deletions(-) diff --git a/internal/testdata/init/templateDefinition/schema.json b/internal/testdata/init/templateDefinition/schema.json index 7a682f6d..5e8b40e8 100644 --- a/internal/testdata/init/templateDefinition/schema.json +++ b/internal/testdata/init/templateDefinition/schema.json @@ -1,5 +1,4 @@ { - "version": 0, "properties": { "project_name": { "description": "Name of the project", diff --git a/libs/template/testdata/skip_dir/schema.json b/libs/template/testdata/skip_dir/schema.json index 945b7df8..e3d5253b 100644 --- a/libs/template/testdata/skip_dir/schema.json +++ b/libs/template/testdata/skip_dir/schema.json @@ -1,5 +1,4 @@ { - "version": 0, "properties": { "a": { "type": "string"