Skip to content

Commit

Permalink
attempted fix for test again
Browse files Browse the repository at this point in the history
  • Loading branch information
emolter committed Oct 14, 2024
1 parent e75a29c commit 5c853dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_infrastructure.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@


def test_memory_threshold():
with MemoryThreshold("1 KB"):
buff = np.empty(100, dtype=np.uint8)
with MemoryThreshold("10 KB"):
buff = np.empty(1000, dtype=np.uint8)


def test_memory_threshold_exceeded():
Expand Down

0 comments on commit 5c853dc

Please sign in to comment.