Skip to content

Commit

Permalink
Format python
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Feb 8, 2024
1 parent 70db991 commit 4185a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/pyarrow/tests/test_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,5 @@ def test_debug_memory_pool_empty(pool_factory):

@pytest.mark.parametrize('pool_factory', supported_factories())
def test_debug_memory_pool_unknown(pool_factory):
check_debug_memory_pool_disabled(pool_factory, "some_arbitrary_value", "Invalid value for ARROW_DEBUG_MEMORY_POOL: 'some_arbitrary_value'. Valid values are 'abort', 'trap', 'warn', 'none'.")
check_debug_memory_pool_disabled(pool_factory, "some_arbitrary_value",
"Invalid value for ARROW_DEBUG_MEMORY_POOL: 'some_arbitrary_value'. Valid values are 'abort', 'trap', 'warn', 'none'.")

0 comments on commit 4185a0c

Please sign in to comment.