Skip to content

Commit

Permalink
fix spark test
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinL committed Jul 8, 2024
1 parent 135e0dc commit 3fa0c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_u_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def test_u_train_multilink(test_helpers, dialect):
linker = helper.Linker(
dfs,
settings,
input_table_aliases=["a", "b", "c", "d"],
input_table_aliases=["e", "f", "g", "h"],
**helper.extra_linker_args(),
)
linker._debug_mode = True
Expand Down

0 comments on commit 3fa0c36

Please sign in to comment.