Correct stale workspace name in docs and comments
This commit is contained in:
@@ -87,7 +87,7 @@ if h != payload.FingerprintHash {
|
||||
|
||||
Every SDK + the daemon agree on the LIC1 wire format. Crosscheck tests in this package run against the shared `tests/crosscheck/vector.json` (alongside the daemon repo) — three independently-signed fixtures (v1 legacy, v2 trial with entitlements, v2 perpetual unbound) parse to the same field values across Rust, TypeScript, Python, and Go.
|
||||
|
||||
When fetched standalone via `go get`, the crosscheck test skips gracefully (the vector file isn't bundled into the Go module). The crosscheck only runs from the parent `licensing/` workspace.
|
||||
When fetched standalone via `go get`, the crosscheck test skips gracefully (the vector file isn't bundled into the Go module). The crosscheck only runs from the parent `keysat/` workspace.
|
||||
|
||||
## API stability
|
||||
|
||||
|
||||
+2
-2
@@ -6,7 +6,7 @@
|
||||
// agrees on.
|
||||
//
|
||||
// The path to vector.json assumes this package is checked out
|
||||
// under the parent licensing/ workspace (next to
|
||||
// under the parent keysat/ workspace (next to
|
||||
// licensing-client-rust, etc.). Skip the test gracefully if the
|
||||
// vector isn't reachable — when this SDK is fetched standalone
|
||||
// via `go get`, there's nothing to cross-check against.
|
||||
@@ -75,7 +75,7 @@ func loadVector(t *testing.T) vectorFile {
|
||||
t.Skipf("crosscheck vector.json not found alongside this package " +
|
||||
"(expected at ../tests/crosscheck/vector.json); skipping. " +
|
||||
"This is normal when fetched standalone via `go get` — the " +
|
||||
"crosscheck only runs from the parent licensing/ workspace.")
|
||||
"crosscheck only runs from the parent keysat/ workspace.")
|
||||
return vectorFile{}
|
||||
}
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
// Do not edit one SDK without the others — the wire format is
|
||||
// crosscheck-tested across all four implementations (the daemon,
|
||||
// the Rust SDK, the TS SDK, and this one) using the shared
|
||||
// vectors at tests/crosscheck/vector.json in the parent licensing
|
||||
// vectors at tests/crosscheck/vector.json in the parent keysat
|
||||
// repo.
|
||||
package keysat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user