From 04b9dab25be9c5452a77558e41b887d492da2906 Mon Sep 17 00:00:00 2001 From: Ronen Lubin Date: Thu, 9 Jan 2025 15:16:43 +0200 Subject: [PATCH] fix schema test --- atlasaction/testdata/schema.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atlasaction/testdata/schema.hcl b/atlasaction/testdata/schema.hcl index 0c3617b3..20b9e619 100644 --- a/atlasaction/testdata/schema.hcl +++ b/atlasaction/testdata/schema.hcl @@ -1,8 +1,8 @@ table "t1" { - schema = schema.public + schema = schema.main column "c1" { type = int } } -schema "public" {} \ No newline at end of file +schema "main" {} \ No newline at end of file