Skip to content

Commit 6f790a7

Browse files
committed
fix: Drop session array removed from context
1 parent 92ff8e1 commit 6f790a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/schemacode/tests/test_context_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def test_assignability() -> None:
5959
gzip = ctx.Gzip(0, "filename", "comment")
6060

6161
sessions: p.Sessions = ctx.Sessions([])
62-
sessions = ctx.Sessions([], [], [])
62+
sessions = ctx.Sessions([], [])
6363
subject: p.Subject = ctx.Subject(sessions)
6464

6565
tiff: p.Tiff = ctx.Tiff(0x4D4D)

0 commit comments

Comments
 (0)