Skip to content

Commit

Permalink
Update test to use public driver
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Jun 9, 2024
1 parent 51da1f0 commit 4cadd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/drivers/test_tektronix_AWG5014C.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import numpy as np
import pytest

from qcodes.instrument_drivers.tektronix.AWG5014 import Tektronix_AWG5014
from qcodes.instrument_drivers.tektronix import TektronixAWG5014


@pytest.fixture(scope='function')
def awg():
awg_sim = Tektronix_AWG5014(
awg_sim = TektronixAWG5014(
"awg_sim",
address="GPIB0::1::INSTR",
timeout=1,
Expand Down

0 comments on commit 4cadd07

Please sign in to comment.