diff options
Diffstat (limited to 'test/test_env.c')
-rw-r--r-- | test/test_env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_env.c b/test/test_env.c index 1b924ae9..9ab13ef2 100644 --- a/test/test_env.c +++ b/test/test_env.c @@ -260,7 +260,7 @@ test_expand_bad_curie(void) static void test_expand_blank(void) { - SerdNode* const blank = serd_new_blank(SERD_STRING("b1")); + SerdNode* const blank = serd_new_token(SERD_BLANK, SERD_STRING("b1")); SerdEnv* const env = serd_env_new(SERD_EMPTY_STRING()); assert(!serd_env_expand_node(env, blank)); |