Skip to content

Report doesn't print a diff when used with Ultra #67

@LukasRychtecky

Description

@LukasRychtecky

Actual:

FAIL in foo-test/bar-test (foo_test.clj:10)
expected: {:a 0, :b 1}
  actual: ({:b 1, :c 2})

Expected:

FAIL in foo-test/bar-test (foo_test.clj:10)
expected: {:a 0, :b 1}
  actual: {:b 1, :c 2}

    diff: - {:a 0}
          + {:c 2}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions