Skip to content

Commit

Permalink
fix freq CTS bug & add CTS for setRange edge case
Browse files Browse the repository at this point in the history
Related-To: VLCLJ-2228

Signed-off-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
  • Loading branch information
vishnu-khanth committed Sep 2, 2024
1 parent 353ceaa commit 116c4fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ TEST_F(

TEST_F(
FREQUENCY_TEST,
GivenInvalidFrequencyRangeWhenRequestingSetFrequencyThenExpectMinAndMaxFrequencyInGetFrequencyCall) {
GivenValidFrequencyHandleWhenRequestingSetFrequencyWithInvalidRangeThenExpectMinAndMaxFrequencyAreClampedToHardwareLimits) {
for (auto device : devices) {
uint32_t p_count = 0;
auto pfreq_handles = lzt::get_freq_handles(device, p_count);
Expand Down

0 comments on commit 116c4fa

Please sign in to comment.