mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 10:04:39 +01:00
tests add to namespace sls (#464)
This commit is contained in:
@@ -238,7 +238,7 @@
|
||||
// CHECK(d.getReceiverDbitList().size() == 10);
|
||||
|
||||
// list.push_back(64);
|
||||
// CHECK_THROWS_AS(d.setReceiverDbitList(list), sls::RuntimeError);
|
||||
// CHECK_THROWS_AS(d.setReceiverDbitList(list), RuntimeError);
|
||||
// CHECK_THROWS_WITH(d.setReceiverDbitList(list),
|
||||
// Catch::Matchers::Contains("be between 0 and 63"));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user