Skip to content

Commit 9ccb5a8

Browse files
committed
Increase test coverage
1 parent e826aa4 commit 9ccb5a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_ynotebook.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ def record_changes(topic, event):
125125
([["source", "'b'"]], {TextEvent}),
126126
([["outputs", []]], {ArrayEvent}),
127127
([["execution_count", 2]], {MapEvent}),
128+
([["metadata", {"tags": []}]], {MapEvent}),
129+
([["new_key", "test"]], {MapEvent}),
128130
# multi-attribute modifications
129131
([["source", "10"], ["execution_count", 10]], {TextEvent, MapEvent}),
130132
],

0 commit comments

Comments
 (0)