Skip to content

Commit

Permalink
move files
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsolo committed Aug 31, 2022
1 parent 8b48856 commit 3c192e8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def get_events_side_effect(_, tx_receipt):
assert current_repost.repost_item_id == 1


def test_index_valid_social_features(app, mocker):
def test_index_invalid_social_features(app, mocker):
"Tests valid batch of social create/update/delete actions"

# setup db and mocked txs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
logger = logging.getLogger(__name__)

# Please toggle below variable to true for development
ENABLE_DEVELOPMENT_FEATURES = True
ENABLE_DEVELOPMENT_FEATURES = False


def entity_manager_update(
Expand Down

0 comments on commit 3c192e8

Please sign in to comment.