Skip to content

Commit

Permalink
fixes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bchamagne committed Oct 4, 2023
1 parent 65c0d9c commit 138c867
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions lib/archethic/contracts.ex
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ defmodule Archethic.Contracts do

require Logger

@extended_mode? Mix.env() != :prod

@doc """
Return the minimum trigger interval in milliseconds.
Depends on the env
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -820,8 +820,8 @@ defmodule Archethic.Contracts.Interpreter.ActionInterpreterTest do
end
"""

assert %Transaction{data: %TransactionData{content: "你好"}, _state} =
sanitize_parse_execute(code)
assert {%Transaction{data: %TransactionData{content: "你好"}}, _state} =
sanitize_parse_execute(code)

code = ~S"""
actions triggered_by: transaction do
Expand Down

0 comments on commit 138c867

Please sign in to comment.