emdashes begone (#10847)

This commit is contained in:
Tom
2026-07-01 19:01:27 -05:00
committed by GitHub
co-authored by GitHub
parent dee94e0758
commit 3becaf2d95
276 changed files with 1795 additions and 1793 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ void test_ms_below_threshold()
void test_ms_at_threshold()
{
// INT32_MAX / 1000 = 2,147,483 largest secs that does not clamp.
// INT32_MAX / 1000 = 2,147,483 - largest secs that does not clamp.
TEST_ASSERT_EQUAL_UINT32(2147483000U, Default::getConfiguredOrDefaultMs(2147483U, 0));
}