Skip to content

Commit

Permalink
fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
thoomasbro committed May 17, 2023
1 parent 92dbfae commit 7000446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datascience/tests/test_pipeline/test_flows/test_amp.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def remote_hashes() -> pd.DataFrame:
return pd.DataFrame(
{
"id": [ 1, 2, 3, 4, 6],
"cacem_row_hash": [
"monitorenv_row_hash": [
"cacem_row_hash_1",
"cacem_row_hash_2",
"cacem_row_hash_3",
Expand All @@ -32,7 +32,7 @@ def local_hashes() -> pd.DataFrame:
return pd.DataFrame(
{
"id": [ 1, 2, 3, 4, 5],
"monitorenv_row_hash": [
"cacem_row_hash": [
"cacem_row_hash_1",
"cacem_row_hash_2",
"cacem_row_hash_3",
Expand Down

0 comments on commit 7000446

Please sign in to comment.