Skip to content

Commit 92497fb

Browse files
committed
Add unit tests for tm.shares_memory (#55372)
1 parent 64a2fe3 commit 92497fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/util/test_shares_memory.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def test_shares_memory_string():
3232
assert tm.shares_memory(obj, obj)
3333

3434

35-
# Unit tests for tm.shares_memory (#55372)
3635
def test_shares_memory_numpy():
3736
arr = np.arange(10)
3837
view = arr[:5]

0 commit comments

Comments
 (0)