Skip to content

Commit b19fe0e

Browse files
Fixing capitalisation
1 parent cd5bfce commit b19fe0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/load_properties_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_properties(self, type_of_properties_file: str | None = None) -> dict:
1515
Returns a dictionary of properties for use in tests.
1616
1717
Args:
18-
type_of_properties_file (str): the type of properties file you want to load. e.g. 'smokescreen' or 'general'
18+
type_of_properties_file (str): The type of properties file you want to load. e.g. 'smokescreen' or 'general'
1919
2020
Returns:
2121
dict: A dictionary containing the values loaded from the 'bcss_smokescreen_tests.properties' file.

0 commit comments

Comments
 (0)