Skip to content

Commit 9049f66

Browse files
committed
merge: pick up CI fixes from #4005 base
2 parents b3535f6 + d1a1424 commit 9049f66

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/tbtc/signer/scripts/formal/run_tla_models.sh

100644100755
File mode changed.

pkg/tbtc/signer/src/engine.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6379,7 +6379,7 @@ mod tests {
63796379

63806380
fn load_attempt_context_vector_suite() -> AttemptContextVectorSuite {
63816381
let vectors_path = PathBuf::from(env!("CARGO_MANIFEST_DIR"))
6382-
.join("../../docs/frost-migration/test-vectors/roast-attempt-context-v1.json");
6382+
.join("test/vectors/roast-attempt-context-v1.json");
63836383
let vector_bytes = std::fs::read(&vectors_path).unwrap_or_else(|err| {
63846384
panic!(
63856385
"failed to read attempt-context vector file [{}]: {err}",

0 commit comments

Comments
 (0)