mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-10 06:04:46 +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")
|
||
|
|
}
|