Skip to content

Commit

Permalink
调整单元测试用例
Browse files Browse the repository at this point in the history
  • Loading branch information
steden committed Jul 27, 2023
1 parent 5e1fc7c commit 9cc6c7f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/init_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package test

import (
"github.com/farseer-go/fs"
"github.com/farseer-go/fs/modules"
)

func init() {
fs.Initialize[modules.FarseerKernelModule]("unit test")
}

0 comments on commit 9cc6c7f

Please sign in to comment.