Skip to content

Commit

Permalink
Fix in pulse_template_parameter_mapping_tests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lumip committed Jul 15, 2016
1 parent 8e36dd8 commit a20ecdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pulses/pulse_template_parameter_mapping_tests.py
Expand Up @@ -107,5 +107,5 @@ def test_missing_mapping_exception_str(self) -> None:

def test_unnecessary_mapping_exception_str(self) -> None:
dummy = DummyPulseTemplate()
exception = MissingMappingException(dummy, 'foo')
exception = UnnecessaryMappingException(dummy, 'foo')
self.assertIsInstance(str(exception), str)

0 comments on commit a20ecdb

Please sign in to comment.