Skip to content

Commit dafdfaa

Browse files
committed
Correct test assert
Change-Id: I603e6b3245c95d5b7d720325c9467bf8896c630b
1 parent 46ed320 commit dafdfaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/test/misc/test_debug_feats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def test_dump_tosa_ops(capsys):
166166
)
167167
captured = capsys.readouterr()
168168
assert "Partition operators:" in captured.out
169-
assert "Tosa operators:" in captured.out
169+
assert "TOSA operators:" in captured.out
170170

171171

172172
def test_fail_dump_tosa_ops(capsys):

0 commit comments

Comments
 (0)