Skip to content

Commit

Permalink
Update MB -> MiB in functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Dec 24, 2024
1 parent 704120c commit 20be925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/defer_state/test_modified_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def test_changed_seed_contents_state(self, project):
"./state",
]
)
assert ">1MB" in str(exc.value)
assert ">1MiB" in str(exc.value)

# now check if unmodified returns none
results = run_dbt(
Expand Down

0 comments on commit 20be925

Please sign in to comment.