Skip to content

Commit d63b439

Browse files
committed
TST/FIX: case change after main() default switch
1 parent 4d054a5 commit d63b439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/latform/tests/test_entrypoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def test_rename_functionality(capsys: pytest.CaptureFixture, tmp_path):
9999
main(filename=f, raw_renames=["OLD_NAME, NEW_NAME"])
100100

101101
captured = capsys.readouterr()
102-
assert "NEW_NAME: DRIFT, L=1" in captured.out
102+
assert "NEW_NAME: drift, L=1" in captured.out
103103

104104

105105
@lattice_file

0 commit comments

Comments
 (0)