Skip to content

Commit

Permalink
Rename test.
Browse files Browse the repository at this point in the history
  • Loading branch information
salt-die committed Nov 26, 2023
1 parent b58f607 commit d549e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_union.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from mind_the_gaps import Endpoint, Gaps
from mind_the_gaps import Gaps


def test_bounded_disjoint():
Expand All @@ -25,7 +25,7 @@ def test_bounded_intersecting_singleton():
assert a | b == a


def test_bounded_intersecting_empty():
def test_bounded_union_empty():
a = Gaps([0, 2])
b = Gaps()
assert a | b == a

0 comments on commit d549e6a

Please sign in to comment.