Skip to content

Commit

Permalink
how is this relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Phault committed Mar 16, 2024
1 parent ae4f995 commit c14530d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/versions_test.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use std::env;

use proto_pdk_test_utils::*;
use starbase_sandbox::create_empty_sandbox;

Expand All @@ -11,6 +13,8 @@ generate_resolve_versions_tests!("dotnet-test", {

#[test]
fn can_load_versions() {
println!("sdk dir: {:?}", env::var("DOTNET_ROOT"));

let sandbox = create_empty_sandbox();
let plugin = create_plugin("dotnet-test", sandbox.path());

Expand Down

0 comments on commit c14530d

Please sign in to comment.