17 lines
284 B
Go
17 lines
284 B
Go
package ucan_test
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestTokenStore(t *testing.T) {
|
|
|
|
// ucan_spec.AssertTokenStoreSpec(t, func(ctx context.Context) ucan.TokenStore {
|
|
// ts, err := ucan.NewTokenStore("tokens.json", fs)
|
|
// if err != nil {
|
|
// panic(err)
|
|
// }
|
|
// return ts
|
|
// })
|
|
}
|