Index: tests/unit_tests/test_constructors.py =================================================================== diff -u -rf053467ac7cfb9fe349e394342d3a9253a377403 -r3f84666c1ddc1454d7599636498e47963dd04cae --- tests/unit_tests/test_constructors.py (.../test_constructors.py) (revision f053467ac7cfb9fe349e394342d3a9253a377403) +++ tests/unit_tests/test_constructors.py (.../test_constructors.py) (revision 3f84666c1ddc1454d7599636498e47963dd04cae) @@ -24,7 +24,7 @@ def test_hd_simulator(self): HDSimulator() - def test_hd_simulator(self): + def test_dg_simulator(self): DGSimulator() def test_hd(self):