Unverified Commit 9c706dd7 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

nixosTests.firefox: fix type hint after nspawn driver addition (#501588)

parents 5ece2cd7 fea6bb37
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@


      @contextmanager
      def record_audio(machine: Machine):
      def record_audio(machine: BaseMachine):
          """
          Perform actions while recording the
          machine audio output.
@@ -56,7 +56,7 @@
          machine.systemctl("stop audio-recorder")


      def wait_for_sound(machine: Machine):
      def wait_for_sound(machine: BaseMachine):
          """
          Wait until any sound has been emitted.
          """