Skip to content

Commit 43a500e

Browse files
committed
perf UPDATE unify test names
1 parent 3a4888a commit 43a500e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/perf/perf.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @author Michal Vasko <mvasko@cesnet.cz>
44
* @brief performance tests
55
*
6-
* Copyright (c) 2021 CESNET, z.s.p.o.
6+
* Copyright (c) 2021 - 2026 CESNET, z.s.p.o.
77
*
88
* This source code is licensed under BSD 3-Clause License (the "License").
99
* You may not use this file except in compliance with the License.
@@ -834,7 +834,7 @@ struct test tests[] = {
834834
{"print lyb shrink", setup_data_single_tree, test_print_lyb_shrink},
835835
{"print lyb no shrink", setup_data_single_tree, test_print_lyb_no_shrink},
836836
{"dup", setup_data_single_tree, test_dup},
837-
{"dup_siblings_to_empty", setup_data_empty_and_full_trees, test_dup_siblings_to_empty},
837+
{"dup siblings to empty", setup_data_empty_and_full_trees, test_dup_siblings_to_empty},
838838
{"free", setup_basic, test_free},
839839
{"xpath find", setup_data_single_tree, test_xpath_find},
840840
{"xpath find hash", setup_data_single_tree, test_xpath_find_hash},

0 commit comments

Comments
 (0)