(improvement)(auth) Fix the issue of a too short key. (#1207)

This commit is contained in:
lexluo09
2024-06-24 23:57:48 +08:00
committed by GitHub
parent 96d8ba5ec4
commit 2fd2c5690b
5 changed files with 37 additions and 24 deletions

View File

@@ -7,6 +7,7 @@ import org.assertj.core.util.Lists;
import org.junit.Assert;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;
import java.util.List;
class DateUtilsTest {