Skip to content

Commit

Permalink
Pass the kedro_init_version to ProjectMetadata
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <deepyaman.datta@utexas.edu>
  • Loading branch information
deepyaman committed Feb 20, 2023
1 parent 358f1bc commit 158eddf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kedro-telemetry/tests/test_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def fake_metadata(tmp_path):
tmp_path / REPO_NAME,
kedro_version,
tmp_path / REPO_NAME / "src",
kedro_version,
)
return metadata

Expand Down

0 comments on commit 158eddf

Please sign in to comment.