Skip to content

Commit

Permalink
Rename missed batch_config in test_v1_checkpoint.py
Browse files Browse the repository at this point in the history
  • Loading branch information
billdirks committed Mar 25, 2024
1 parent a107def commit f49e5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/checkpoint/test_v1_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def test_checkpoint_run_filesytem_e2e(self, tmp_path: pathlib.Path):
assert csv_path.exists()
asset = ds.add_csv_asset(self.asset_name, filepath_or_buffer=csv_path)

batch_definition = asset.add_batch_config(self.batch_definition_name)
batch_definition = asset.add_batch_definition(self.batch_definition_name)
suite = ExpectationSuite(
name=self.suite_name,
expectations=[
Expand Down

0 comments on commit f49e5e6

Please sign in to comment.