Skip to content

Commit 3070dea

Browse files
authored
Change bytes from 2048 to 1024 (#1904)
1 parent fe308ee commit 3070dea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dbt-snowflake/tests/functional/adapter/test_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def expected_catalog_my_seed(self, project, current_role):
8989
"bytes": StatsItem(
9090
id="bytes",
9191
label="Approximate Size",
92-
value=2048,
92+
value=1024,
9393
include=True,
9494
description="Size of the table as reported by Snowflake",
9595
),

0 commit comments

Comments
 (0)