Skip to content

Commit

Permalink
Try to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed May 7, 2017
1 parent 892d136 commit cd3ae74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/base.py
Expand Up @@ -233,4 +233,4 @@ def apply_shortcodes(self, data, *a, **kw):


def apply_shortcodes_uuid(self, data, shortcodes, *a, **kw): def apply_shortcodes_uuid(self, data, shortcodes, *a, **kw):
"""Apply shortcodes from the registry on data.""" """Apply shortcodes from the registry on data."""
return nikola.shortcodes.apply_shortcodes_uuid(data, shortcodes, self.shortcode_registry, **kw) return nikola.shortcodes.apply_shortcodes(data, self.shortcode_registry, **kw)

0 comments on commit cd3ae74

Please sign in to comment.