Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iurisilvio committed Oct 30, 2018
1 parent ced5353 commit 9f27ffc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/correios_api_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import unittest

from mockito import when, Mock
from mock import Mock
from mockito import when

from packtrack import Correios

Expand Down
1 change: 1 addition & 0 deletions tests/correios_test.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import unittest

from mock import Mock
from mockito import *

from packtrack.correios import Encomenda, Status, EncomendaRepository
Expand Down

0 comments on commit 9f27ffc

Please sign in to comment.