Skip to content

Commit c8296b6

Browse files
lhoupertCopilot
andauthored
Update tests/unit/test_change_storage_tier.py
Co-authored-by: Copilot <[email protected]>
1 parent 9d8c3f7 commit c8296b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_change_storage_tier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_valid_standard(self) -> None:
2525
"""Test STANDARD is valid."""
2626
assert validate_storage_class("STANDARD") is True
2727

28-
def test_valid_glacier(self) -> None:
28+
def test_valid_standard_ia(self) -> None:
2929
"""Test STANDARD_IA is valid."""
3030
assert validate_storage_class("STANDARD_IA") is True
3131

0 commit comments

Comments
 (0)