2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00

fix: tests

This commit is contained in:
耗子
2023-06-23 04:26:37 +08:00
parent 98a92da490
commit 1c0fb1d298
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
image: golang:alpine
image: golang:bookworm
# 在每个任务执行前运行
before_script:

View File

@@ -15,7 +15,7 @@ func TestOSHelperTestSuite(t *testing.T) {
}
func (s *OSHelperTestSuite) TestIsDebian() {
s.False(IsDebian())
s.True(IsDebian())
}
func (s *OSHelperTestSuite) TestIsRHEL() {