Skip to content

Commit

Permalink
better mock structure
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Mar 21, 2015
1 parent 70f2cd5 commit ac88aa1
Show file tree
Hide file tree
Showing 5 changed files with 249 additions and 249 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions data/src/entity_manager/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@

import colony

from . import mocks
from . import analysis
from . import exceptions
from . import structures
from . import test_mocks

DEFAULT_ENCODING = "utf-8"
""" The default encoding to be used during the encoding
Expand Down Expand Up @@ -374,7 +374,7 @@ def get_mock_entities(self):
that may be used for testing.
"""

return test_mocks
return mocks

def get_entity(self, entity_name):
"""
Expand Down
Loading

0 comments on commit ac88aa1

Please sign in to comment.