Fix tests

pull/375/head
Connor Rigby 2017-12-07 14:05:07 -08:00
parent 52f6cf279f
commit 23dc7f5bf3
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ defmodule Farmbot.CeleryScript.AST.Inspect do
test "Inspects ast node" do
{:ok, %AST{} = ast} = AST.decode(@nothing_json)
assert inspect(ast, []) == "#Nothing<[]>"
assert inspect(ast, []) == "Nothing"
end
end