Skip to content

Commit

Permalink
fix: uses "transaction.real" reference for the "test.actual"
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed Aug 22, 2019
1 parent 8483579 commit 2f00622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/TransactionRunner.js
Expand Up @@ -339,7 +339,7 @@ class TransactionRunner {
ensureTestStructure(transaction) {
transaction.test.request = transaction.request;
transaction.test.expected = transaction.expected;
transaction.test.actual = transaction.actual;
transaction.test.actual = transaction.real;
transaction.test.errors = transaction.errors;
transaction.test.results = transaction.results;
}
Expand Down

0 comments on commit 2f00622

Please sign in to comment.