From 7230b074acb8fa86bbf8b7d7b09be5be23b7eed7 Mon Sep 17 00:00:00 2001 From: Looly Date: Wed, 27 Sep 2023 00:58:31 +0800 Subject: [PATCH] fix test file --- hutool-core/src/test/resources/test.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hutool-core/src/test/resources/test.properties b/hutool-core/src/test/resources/test.properties index 0b3e35205..fcc0751a9 100644 --- a/hutool-core/src/test/resources/test.properties +++ b/hutool-core/src/test/resources/test.properties @@ -1,5 +1,6 @@ #-------------------------------------------- # 配置文件测试 #-------------------------------------------- + a = 1 -b = 2 +b = 2 \ No newline at end of file