summaryrefslogtreecommitdiffstats
path: root/libnetdata/storage_number/tests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-05-19 12:33:38 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-05-19 12:33:59 +0000
commit1ee0c09c5742557e037df5421ca62abddb90ae22 (patch)
tree71c0fa48bb6d31d036c9badd7e038527f90d1a73 /libnetdata/storage_number/tests
parentReleasing debian version 1.30.1-1. (diff)
downloadnetdata-1ee0c09c5742557e037df5421ca62abddb90ae22.tar.xz
netdata-1ee0c09c5742557e037df5421ca62abddb90ae22.zip
Merging upstream version 1.31.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'libnetdata/storage_number/tests')
-rw-r--r--libnetdata/storage_number/tests/test_storage_number.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnetdata/storage_number/tests/test_storage_number.c b/libnetdata/storage_number/tests/test_storage_number.c
index 0e1320877..7ef18b1de 100644
--- a/libnetdata/storage_number/tests/test_storage_number.c
+++ b/libnetdata/storage_number/tests/test_storage_number.c
@@ -5,7 +5,7 @@
#include <setjmp.h>
#include <cmocka.h>
-static void test_number_pinting(void **state)
+static void test_number_printing(void **state)
{
(void)state;
@@ -45,7 +45,7 @@ static void test_number_pinting(void **state)
int main(void)
{
const struct CMUnitTest tests[] = {
- cmocka_unit_test(test_number_pinting)
+ cmocka_unit_test(test_number_printing)
};
return cmocka_run_group_tests_name("storage_number", tests, NULL, NULL);