Skip to content

Commit

Permalink
Testing for error log with exception banner
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Nov 3, 2020
1 parent 3d3bb0e commit 450077e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/quantum/executor_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ defmodule Quantum.ExecutorTest do

assert logs =~ ~r/type=exit/
assert logs =~ ~r/value=failure/
assert logs =~ "[error] ** (exit) :failure"
assert_receive %{test_id: ^test_id, type: :start}

assert_receive %{
Expand Down

0 comments on commit 450077e

Please sign in to comment.