diff options
Diffstat (limited to 'atlas/tests/ws_conflict/expected/atlas.lock')
-rw-r--r-- | atlas/tests/ws_conflict/expected/atlas.lock | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/atlas/tests/ws_conflict/expected/atlas.lock b/atlas/tests/ws_conflict/expected/atlas.lock new file mode 100644 index 000000000..34ace9c44 --- /dev/null +++ b/atlas/tests/ws_conflict/expected/atlas.lock @@ -0,0 +1,20 @@ +{ + "items": { + "apkg": { + "url": "file://./source/apkg", + "commit": "<invalid commit>" + }, + "bpkg": { + "url": "file://./source/bpkg", + "commit": "1.0" + }, + "cpkg": { + "url": "file://./source/cpkg", + "commit": "2.0" + }, + "dpkg": { + "url": "file://./source/dpkg", + "commit": "1.0" + } + } +} \ No newline at end of file |