Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chriddyp committed Sep 19, 2017
1 parent 08830d3 commit ee2ac50
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/IntegrationTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ def tearDownClass(cls):
super(IntegrationTests, cls).tearDownClass()
cls.driver.quit()
if sys.version_info.major == 3:
cls.percy_runner.initialize_build()

cls.percy_runner.finalize_build()
cls.percy_runner.finalize_build()

def setUp(s):
pass
Expand Down

0 comments on commit ee2ac50

Please sign in to comment.