Skip to content

Commit d108c89

Browse files
committed
Linting
1 parent ce1c282 commit d108c89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/psyclone/tests/core/access_sequence_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_access_info():
7070
with pytest.raises(InternalError) as err:
7171
access_info2.change_read_to_type_info()
7272
assert ("Trying to change variable to 'TYPE_INFO' which does not have "
73-
"'READ' access." in str(err.value))
73+
"'READ' access." in str(err.value))
7474

7575
# Test setter and getter:
7676
component_indices = ComponentIndices([["i"]])
@@ -245,6 +245,7 @@ def test_variable_access_sequence_read_to_type_info():
245245
"'TYPE_INFO' but it has more than one 'READ' access."
246246
in str(err.value))
247247

248+
248249
def test_variable_access_sequence_has_indices(fortran_reader):
249250
'''Test that the AccessSequence class handles indices as expected.
250251

0 commit comments

Comments
 (0)