mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
update changefeed test for update
This commit is contained in:
parent
7469f60d17
commit
fc04cd7bcd
@ -19,7 +19,7 @@ def mock_changefeed_data():
|
|||||||
{
|
{
|
||||||
'op': 'u',
|
'op': 'u',
|
||||||
'o': {'msg': 'seems like we have an update here'},
|
'o': {'msg': 'seems like we have an update here'},
|
||||||
'o2': 'some-id'
|
'o2': {'_id': 'some-id'}
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user