Skip to content

Commit

Permalink
fix: add .snap file for open media test
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Mar 13, 2024
1 parent 18362f7 commit 9bb6825
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Profile 0 - non strict requestMachineInfo - empty <time> 1`] = `
"<mos>
<ncsID>their.mos.id</ncsID>
<mosID>our.mos.id</mosID>
<messageID>xx</messageID>
<reqMachInfo/>
</mos>"
`;
exports[`Profile 0 - non strict requestMachineInfo - missing <opTime> 1`] = `
"<mos>
<ncsID>their.mos.id</ncsID>
<mosID>our.mos.id</mosID>
<messageID>xx</messageID>
<reqMachInfo/>
</mos>"
`;
exports[`Profile 0 - non strict requestMachineInfo - missing <time> 1`] = `
"<mos>
<ncsID>their.mos.id</ncsID>
<mosID>our.mos.id</mosID>
<messageID>xx</messageID>
<reqMachInfo/>
</mos>"
`;

0 comments on commit 9bb6825

Please sign in to comment.