Skip to content

Commit

Permalink
Move test_macro_expansion_errors to test_macro_validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Bojan Serafimov committed Feb 11, 2019
1 parent 690b435 commit 030e622
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@
from .test_helpers import get_schema


class MacroExpansionErrorsTests(unittest.TestCase):
class MacroValidationTests(unittest.TestCase):
def setUp(self):
"""Disable max diff limits for all tests."""
self.maxDiff = None
Expand Down

0 comments on commit 030e622

Please sign in to comment.