Skip to content

Commit

Permalink
Fix virtual provider test
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Feb 8, 2021
1 parent 2ff9e1f commit 0c7f19b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/src/python/test_provider_virtual.py
Expand Up @@ -72,7 +72,8 @@ def setUpClass(cls):
@classmethod
def tearDownClass(cls):
"""Run after all tests"""
pass
del(cls.vl)
del(cls.poly_vl)

def treat_datetime_as_string(self):
return True
Expand Down

0 comments on commit 0c7f19b

Please sign in to comment.