Skip to content

Commit 4413e50

Browse files
author
Andrei Neagu
committed
rename
1 parent d3c7d43 commit 4413e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common-library/tests/test_unset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
def test_as_dict_exclude_unset():
77
def f(
8-
par1: str | UnSet = UnSet.INSTANCE, par2: int | UnSet = UnSet.INSTANCE
8+
par1: str | UnSet = UnSet.VALUE, par2: int | UnSet = UnSet.VALUE
99
) -> dict[str, Any]:
1010
return as_dict_exclude_unset(par1=par1, par2=par2)
1111

0 commit comments

Comments
 (0)