From 53b90d92d784179f528483e776395ec317eb3c85 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Thu, 1 May 2025 16:46:23 +0200 Subject: [PATCH] typo --- slsDetectorSoftware/tests/Caller/test-Caller-chiptestboard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/tests/Caller/test-Caller-chiptestboard.cpp b/slsDetectorSoftware/tests/Caller/test-Caller-chiptestboard.cpp index fe03a3ebe..955a30169 100644 --- a/slsDetectorSoftware/tests/Caller/test-Caller-chiptestboard.cpp +++ b/slsDetectorSoftware/tests/Caller/test-Caller-chiptestboard.cpp @@ -115,7 +115,7 @@ TEST_CASE("ctb_acquire_check_file_size", "[.cmdcall]") { test_ctb_config.dbit_offset = 16; test_ctb_config.dbit_list.clear(); test_ctb_config.dbit_reorder = true; - REQUIRE_NOTHROW(test_ctb_aclogDEBUGquire_with_receiver( + REQUIRE_NOTHROW(test_ctb_acquire_with_receiver( test_ctb_config, num_frames_to_acquire, det, caller)); } {