Skip to content

Commit

Permalink
Tests: Adapt unit comparison on TPDuringDAQTPAndUnAssoc test
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHuth committed Jan 16, 2024
1 parent 5cf218e commit 782486f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ static Function TPDuringDAQTPAndUnAssoc_REENTRY([str])
CHECK_EQUAL_WAVES(channelTypes, {DAQ_CHANNEL_TYPE_TP, DAQ_CHANNEL_TYPE_DAQ, DAQ_CHANNEL_TYPE_TP, DAQ_CHANNEL_TYPE_DAQ}, mode = WAVE_DATA)

WAVE/T units = AFH_GetChannelUnits(configWave)
CHECK_EQUAL_TEXTWAVES(units, {"mV", "mV", "pA", "pA"}, mode = WAVE_DATA)
CHECK_EQUAL_TEXTWAVES(units, {"mV", "V", "pA", "V"}, mode = WAVE_DATA)

WAVE numericalValues = GetLBNumericalValues(str)
WAVE textualValues = GetLBTextualValues(str)
Expand Down

0 comments on commit 782486f

Please sign in to comment.