Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5ec27652 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Swap Cert and DUT index"

parents 4bd6b13f 018db9c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -60,8 +60,8 @@ class GdFacadeOnlyBaseTestClass(BaseTestClass):
        self.register_controller(
            importlib.import_module('cert.gd_device'), builtin=True)

        self.device_under_test = self.gd_devices[0]
        self.cert_device = self.gd_devices[1]
        self.device_under_test = self.gd_devices[1]
        self.cert_device = self.gd_devices[0]

    def teardown_class(self):
        if self.rootcanal_running: