Skip to content

Commit

Permalink
Fix test names to be unique
Browse files Browse the repository at this point in the history
  • Loading branch information
dkfellows committed Jan 21, 2021
1 parent 8ace2f6 commit c04a198
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -24,11 +24,11 @@

class TestPairBitFieldCompressor(BaseTestCase):

def test_do_run(self):
def test_do_bitfield_run(self):
self.runsafe(do_bitfield_run)

def test_do_run(self):
self.runsafe(do_run)

def test_do_run(self):
def test_do_one_run(self):
self.runsafe(do_one_run)

0 comments on commit c04a198

Please sign in to comment.