Skip to content

Commit

Permalink
fix tests after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bchamagne committed Mar 7, 2023
1 parent 1b3c82c commit 7a7a2a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/archethic/contracts/interpreter/version1_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ defmodule Archethic.Contracts.Interpreter.Version1Test do

@version 1

alias Archethic.Contracts.Interpreter
alias Archethic.Contracts.Contract
alias Archethic.Contracts.Interpreter.Version1

Expand All @@ -22,6 +23,8 @@ defmodule Archethic.Contracts.Interpreter.Version1Test do
set_content "hello"
end
"""
|> Interpreter.sanitize_code()
|> elem(1)
|> Version1.parse(@version)
end

Expand All @@ -36,6 +39,8 @@ defmodule Archethic.Contracts.Interpreter.Version1Test do
Contract.set_content "hello"
end
"""
|> Interpreter.sanitize_code()
|> elem(1)
|> Version1.parse(@version)
end
end
Expand Down

0 comments on commit 7a7a2a8

Please sign in to comment.