mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 02:47:58 +08:00
8 lines
98 B
Go
8 lines
98 B
Go
![]() |
package fuse_test
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestMinimal(t *testing.T) {
|
||
|
t.Log("minimal test")
|
||
|
}
|