Skip to content

Commit b56e529

Browse files
committed
!squash !squash tests/config(test[loader]): Add property
1 parent ec91045 commit b56e529

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/config/test_loader_property.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def test_load_save_roundtrip(
230230
def test_include_resolution(
231231
self,
232232
main_config: VCSPullConfig,
233-
included_configs: t.List[VCSPullConfig],
233+
included_configs: list[VCSPullConfig],
234234
tmp_path: pathlib.Path,
235235
) -> None:
236236
"""Test that include resolution properly merges configurations."""
@@ -275,7 +275,7 @@ def test_include_resolution(
275275
)
276276
def test_nested_includes_resolution(
277277
self,
278-
configs: t.List[VCSPullConfig],
278+
configs: list[VCSPullConfig],
279279
tmp_path: pathlib.Path,
280280
) -> None:
281281
"""Test that nested includes are resolved properly."""

0 commit comments

Comments
 (0)