Skip to content

Commit 4acf103

Browse files
fix unit test
1 parent 1cdf793 commit 4acf103

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/unit/core/rewrite/test_identifiers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def test_remap_variables_nested_join_stability(leaf, fake_session, table):
5656
leaf2_uncached = core.ArrayValue.from_table(
5757
session=fake_session,
5858
table=table,
59-
schema=leaf.schema,
6059
).node
6160
leaf2 = leaf2_uncached.remap_vars(
6261
{
@@ -67,7 +66,6 @@ def test_remap_variables_nested_join_stability(leaf, fake_session, table):
6766
leaf3_uncached = core.ArrayValue.from_table(
6867
session=fake_session,
6968
table=table,
70-
schema=leaf.schema,
7169
).node
7270
leaf3 = leaf3_uncached.remap_vars(
7371
{

0 commit comments

Comments
 (0)