Skip to content

Commit

Permalink
Fix qa_Settings types when building with clang
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Nicoletti <[email protected]>
  • Loading branch information
dantti committed Dec 5, 2024
1 parent 79c5996 commit 5969988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/test/qa_Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1002,8 +1002,8 @@ const boost::ut::suite TransactionTests = [] {
- name: source
id: gr::setting_test::Source
parameters:
n_samples_max: 100
sample_rate: 123456
n_samples_max: !!uint32 100
sample_rate: !!float32 123456
- name: test_block
id: gr::setting_test::TestBlock
- name: sink
Expand Down

0 comments on commit 5969988

Please sign in to comment.