databag/net/server/internal/attachApp_test.go
2022-01-16 23:00:08 -08:00

11 lines
112 B
Go

package databag
import (
"testing"
)
func TestAttachAccount(t *testing.T) {
// attach app to test:pass
}