From 6bffeeef56609d35260ffb7930761f93b72fa51a Mon Sep 17 00:00:00 2001 From: qydysky Date: Tue, 11 Jul 2023 15:11:27 +0800 Subject: [PATCH] Fix test fail --- Reply/F_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reply/F_test.go b/Reply/F_test.go index f3352e5..a323a23 100644 --- a/Reply/F_test.go +++ b/Reply/F_test.go @@ -55,7 +55,7 @@ func TestSaveDanmuToDB(t *testing.T) { } func Test_getRecInfo(t *testing.T) { - pathInfo, err := getRecInfo("testdata/live/2023_06_27-02_17_48-7734200-【预告】27日15点 JDG vs NIP!-原画-YI2") + pathInfo, err := getRecInfo("testdata/live/2023_07_10-14_49_10-22259479-10000-644c3e-vfv") if err != nil { t.Fatal(err) } -- 2.39.2