From c46189d05eb79c22d22d7689ed314402979ffc86 Mon Sep 17 00:00:00 2001 From: Rot127 Date: Sat, 18 May 2024 07:20:24 -0500 Subject: [PATCH] Rename test_sdb_hash -> test_ht. The file only contains tests for the hash table. Hence the name change. --- test/unit/{test_sdb_hash.c => test_ht.c} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/unit/{test_sdb_hash.c => test_ht.c} (100%) diff --git a/test/unit/test_sdb_hash.c b/test/unit/test_ht.c similarity index 100% rename from test/unit/test_sdb_hash.c rename to test/unit/test_ht.c