Skip to content

Commit ae9b6a2

Browse files
committed
unnecessary test
1 parent 8534f51 commit ae9b6a2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

python/tests/test_context.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
3232
literal,
3333
)
3434

35-
from datafusion._internal import SessionContext as SessionContextInternal
36-
3735

3836
def test_create_context_no_args():
3937
SessionContext()
@@ -633,11 +631,6 @@ def test_sql_with_options_no_statements(ctx):
633631
ctx.sql_with_options(sql, options=options)
634632

635633

636-
def test_global_context_type():
637-
ctx = SessionContext.global_ctx()
638-
assert isinstance(ctx, SessionContext)
639-
640-
641634
@pytest.fixture
642635
def batch():
643636
return pa.RecordBatch.from_arrays(

0 commit comments

Comments
 (0)