Skip to content

Commit 6e3a17c

Browse files
committed
Minor, fixed typo in comment
1 parent fccbe47 commit 6e3a17c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/test_dls_barcode/test_data_store/test_record.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def test_from_string_creates_new_record_with_all_given_parameters(self):
1010
# Arrange
1111
str = "f59c92c1;1494238920.0;test.png;None;DLSL-009,DLSL-010,DLSL-011,DLSL-012;1569:1106:70-2307:1073:68-1944:1071:68"
1212

13-
# ACt
13+
# Act
1414
r = Record.from_string(str)
1515

1616
# Assert

0 commit comments

Comments
 (0)