Skip to content

Commit aab7c2b

Browse files
committed
Update test case to use 'test.name' for app name canonicalization
1 parent 43ee262 commit aab7c2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/commands/convert/test_input_app_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_valid_pep621_app_name(convert_command):
3939

4040
def test_pep621_name_is_canonicalized(convert_command):
4141
(convert_command.base_path / "pyproject.toml").write_text(
42-
'[project]\nname="test_name"', encoding="utf-8"
42+
'[project]\nname="test.name"', encoding="utf-8"
4343
)
4444
assert convert_command.input_app_name(None) == "test-name"
4545

0 commit comments

Comments
 (0)