Skip to content

Commit

Permalink
test: fix example test
Browse files Browse the repository at this point in the history
  • Loading branch information
zachallaun committed Aug 13, 2024
1 parent 253d088 commit 08bd1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mneme/example_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ defmodule Mneme.ExampleTest do
test "1" do
import Mneme.DiffTestHelpers

auto_assert {nil, [["foo(", {"[", :green}], {" 1", :green}, [{"]", :green}, ")"], []]} <-
auto_assert {nil, [["foo(", {"[", :green}], [{" 1", :green}], [{"]", :green}, ")"], []]} <-
format(
"""
foo()
Expand Down

0 comments on commit 08bd1ce

Please sign in to comment.