From 7c7a825c87647c5e65c02a71223e19641a42e129 Mon Sep 17 00:00:00 2001
From: Go Kudo <zeriyoshi@gmail.com>
Date: Mon, 2 Sep 2024 21:34:55 +0900
Subject: Rename test entries

---
 tests/sha512.phpt   | 2 +-
 tests/yescrypt.phpt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'tests')

diff --git a/tests/sha512.phpt b/tests/sha512.phpt
index 2a91456..9ffc576 100644
--- a/tests/sha512.phpt
+++ b/tests/sha512.phpt
@@ -1,5 +1,5 @@
 --TEST--
-Check if xpass is loaded
+Check sha512 algo
 --EXTENSIONS--
 xpass
 --SKIPIF--
diff --git a/tests/yescrypt.phpt b/tests/yescrypt.phpt
index 38c84e2..7f38bd7 100644
--- a/tests/yescrypt.phpt
+++ b/tests/yescrypt.phpt
@@ -1,5 +1,5 @@
 --TEST--
-Check if xpass is loaded
+Check yescrypt algo
 --EXTENSIONS--
 xpass
 --SKIPIF--
-- 
cgit