Skip to content

Commit

Permalink
Fixing issue where the test failing wasn't actually passed on to the …
Browse files Browse the repository at this point in the history
…test framework.
  • Loading branch information
richardpark-msft committed Feb 19, 2021
1 parent ff05ca9 commit c4f342c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe("Trace Exporter Scenarios", () => {
});
})
.catch((e) => {
throw e;
done(e);
});
});
});
Expand Down

0 comments on commit c4f342c

Please sign in to comment.