Skip to content

Commit e3769eb

Browse files
Fix tests
1 parent b3dc49e commit e3769eb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/orm/test_fields/fields_aiida.data.core.remote.stash.compress.RemoteStashCompressedData.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ dereference: QbAnyField('attributes.dereference', dtype=<class 'bool'>, doc='The
88
of the compression used when stashed')
99
description: QbStrField('description', dtype=<class 'str'>, doc='The node description')
1010
extras: QbDictField('extras', dtype=typing.Dict[str, typing.Any], doc='The node extras')
11+
fail_on_missing: QbAnyField('attributes.fail_on_missing', dtype=<class 'bool'>, doc='Whether
12+
stashing should fail if any files are missing')
1113
label: QbStrField('label', dtype=<class 'str'>, doc='The node label')
1214
mtime: QbNumericField('mtime', dtype=<class 'datetime.datetime'>, doc='The modification
1315
time of the node')

tests/orm/test_fields/fields_aiida.data.core.remote.stash.folder.RemoteStashFolderData.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ctime: QbNumericField('ctime', dtype=<class 'datetime.datetime'>, doc='The creat
66
time of the node')
77
description: QbStrField('description', dtype=<class 'str'>, doc='The node description')
88
extras: QbDictField('extras', dtype=typing.Dict[str, typing.Any], doc='The node extras')
9+
fail_on_missing: QbAnyField('attributes.fail_on_missing', dtype=<class 'bool'>, doc='Whether
10+
stashing should fail if any files are missing')
911
label: QbStrField('label', dtype=<class 'str'>, doc='The node label')
1012
mtime: QbNumericField('mtime', dtype=<class 'datetime.datetime'>, doc='The modification
1113
time of the node')

0 commit comments

Comments
 (0)