Skip to content

Commit

Permalink
Add backup test
Browse files Browse the repository at this point in the history
  • Loading branch information
doudz committed Nov 19, 2018
1 parent 08a30a5 commit 72a2164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
import unittest
import os
import tempfile
from zigate import core
from zigate import ZiGate


class TestCore(unittest.TestCase):
def setUp(self):
self.zigate = core.ZiGate(auto_start=False)
self.zigate = ZiGate(auto_start=False)
self.test_dir = tempfile.mkdtemp()

def test_persistent(self):
Expand Down

0 comments on commit 72a2164

Please sign in to comment.