Skip to content

Commit

Permalink
Merge branch 'main' into 2024-10-30-bigint-math-18
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzwelt authored Nov 14, 2024
2 parents d72a305 + e1de945 commit 142d4f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cli/src/commands/order/listorderfrontmatterkeys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ _ _: 0 0;
async fn test_execute_deployment_key() {
let dotrain = get_test_dotrain("some-orderbook");

let dotrain_path = "./test_dotrain2.rain";
let dotrain_path = "./test_execute_deployment_key.rain";
std::fs::write(dotrain_path, dotrain).unwrap();

let keys = ListOrderFrontmatterKeys {
Expand All @@ -218,7 +218,7 @@ _ _: 0 0;
async fn test_execute_scenario_key() {
let dotrain = get_test_dotrain("some-orderbook");

let dotrain_path = "./test_dotrain3.rain";
let dotrain_path = "./test_execute_scenario_key.rain";
std::fs::write(dotrain_path, dotrain).unwrap();

let keys = ListOrderFrontmatterKeys {
Expand Down

0 comments on commit 142d4f6

Please sign in to comment.