From e9e94d37fc9a478b29ea530cb2744a5643b5cf77 Mon Sep 17 00:00:00 2001 From: hahwu <31872165+hahwu@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:37:02 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=A6=E6=A0=87=E8=B5=9B=E5=8D=95=E5=85=83?= =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/server/unit_test/championship_test.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/server/unit_test/championship_test.go b/src/server/unit_test/championship_test.go index 9b658f90..51d57256 100644 --- a/src/server/unit_test/championship_test.go +++ b/src/server/unit_test/championship_test.go @@ -45,3 +45,8 @@ func TestChampionshipZeroUpdate(t *testing.T) { fmt.Printf("before zero update today id %d score : %d\n", todayAid, player.GetChampshipMod().GetScore()) player.ChampionshipZeroUpdate() } + +func TestChampionshipBack(t *testing.T) { + player := getTestPlayer() + player.BackChampship() +}