Skip to content

Commit

Permalink
Fix device names
Browse files Browse the repository at this point in the history
  • Loading branch information
DeborahOoi96 committed Jan 16, 2024
1 parent 2cc26b4 commit f668509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/tests/system/nidaqmx_driver_api_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class NiDAQmxDriverApiTests : public Test {
{
CreateAIBridgeChanRequest request;
set_request_session_name(request);
request.set_physical_channel("bridgeTester/ai0");
request.set_physical_channel("gRPCSystemTestDAQ/ai0");
request.set_name_to_assign_to_channel("ai0");
request.set_min_val(min_val);
request.set_max_val(max_val);
Expand Down Expand Up @@ -217,7 +217,7 @@ class NiDAQmxDriverApiTests : public Test {
{
CreateAIThrmcplChanRequest request;
set_request_session_name(request);
request.set_physical_channel("cDAQ1Mod2/ai0");
request.set_physical_channel("gRPCSystemTestDAQ/ai0");
request.set_name_to_assign_to_channel("ai0");
request.set_min_val(min_val);
request.set_max_val(max_val);
Expand Down

0 comments on commit f668509

Please sign in to comment.