ThrowTheSwitch / Unity

Simple Unit Testing for C
ThrowTheSwitch.org
MIT License
4.02k stars 969 forks source link

Possibly typo in test_unity_integers_64.c and test_unity_arrays.c #715

Closed cffranck closed 6 months ago

cffranck commented 8 months ago

void tesUInt64ArrayNotWithinDelta(void)

should this be

void testInt64ArrayNotWithinDelta(void)

mvandervoord commented 6 months ago

Fixed. Thank you!