Skip to content

Commit

Permalink
update custom yarn docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
coffee-cup committed Sep 19, 2023
1 parent 54a53db commit d36339c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker_run_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ async fn test_prisma_postgres_npm_v9() {
async fn test_yarn_custom_version() {
let name = simple_build("./examples/node-yarn-custom-node-version").await;
let output = run_image(&name, None).await;
assert!(output.contains("Node version: v14"));
assert!(output.contains("Node version: v16"));
}

#[tokio::test]
Expand Down

0 comments on commit d36339c

Please sign in to comment.