Skip to content

Commit c0e3679

Browse files
committed
Remove useless test
1 parent e1f7cce commit c0e3679

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/unit/test_context.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,6 @@ def test_frozen(self, tmp_path: Path) -> None:
190190
with pytest.raises(AttributeError):
191191
ctx.sub = "02" # type: ignore[misc]
192192

193-
def test_alias(self) -> None:
194-
"""RunContext is an alias for RunContext."""
195-
assert RunContext is RunContext
196-
197193
def test_bids_factory(self, tmp_path: Path) -> None:
198194
"""RunContext.bids() returns a Bids instance."""
199195
ctx = RunContext(sub="01", ses=None, output_dir=tmp_path)

0 commit comments

Comments
 (0)