Skip to content

Commit

Permalink
fix: use [email protected] lib in generated tests
Browse files Browse the repository at this point in the history
Resolves: #381
  • Loading branch information
obycode committed May 26, 2022
1 parent 4d6b196 commit 74b1b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generate/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ impl GetChangesForNewContract {
fn create_template_test(&mut self) {
let content = format!(
r#"
import {{ Clarinet, Tx, Chain, Account, types }} from 'https://deno.land/x/clarinet@v0.28.0/index.ts';
import {{ Clarinet, Tx, Chain, Account, types }} from 'https://deno.land/x/clarinet@v0.31.0/index.ts';
import {{ assertEquals }} from 'https://deno.land/[email protected]/testing/asserts.ts';
Clarinet.test({{
Expand Down

0 comments on commit 74b1b99

Please sign in to comment.