Skip to content

Commit 5a733ce

Browse files
committed
Merge pull request #424 from kaaproject/master
Build fix
2 parents 97856e2 + bc87672 commit 5a733ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/client-multi/client-c/test/test_kaa_common_schema.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -939,9 +939,9 @@ static void test_null_get_size(void)
939939
KAA_TRACE_IN(logger);
940940

941941
srand(time(NULL));
942-
ASSERT_EQUAL(kaa_null_get_size(), 0);
942+
ASSERT_EQUAL(kaa_null_get_size(NULL), 0);
943943

944-
ASSERT_EQUAL(kaa_null_get_size(), AVRO_NULL_SIZE);
944+
ASSERT_EQUAL(kaa_null_get_size(NULL), AVRO_NULL_SIZE);
945945

946946
KAA_TRACE_OUT(logger);
947947
}

0 commit comments

Comments
 (0)