jembi / openhim-mediator-mapping

An OpenHIM mediator for mapping incoming content to a different format
https://jembi.github.io/openhim-mediator-mapping/
MIT License
3 stars 6 forks source link

fix broken test #70

Closed bradsawadye closed 4 years ago

bradsawadye commented 4 years ago

The message returned when there is a mapping error was made more verbose and this requires the tests to be modified

OHM-998

codecov[bot] commented 4 years ago

Codecov Report

Merging #70 into master will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
+ Coverage   85.38%   85.46%   +0.07%     
==========================================
  Files          22       22              
  Lines         746      750       +4     
==========================================
+ Hits          637      641       +4     
  Misses        109      109              
Impacted Files Coverage Δ
src/middleware/externalRequests.js 98.75% <100.00%> (-0.05%) :arrow_down:
src/middleware/mapper.js 100.00% <100.00%> (ø)
src/middleware/parser.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0357dbc...bf94f4c. Read the comment docs.