-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add .snap file for open media test
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
28 changes: 28 additions & 0 deletions
28
packages/connector/src/__tests__/__snapshots__/Profile0-open-media.spec.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>" | ||
`; |