Skip to content

Commit ae115e1

Browse files
Update utils/hct/hctdb.py
Co-authored-by: Damyan Pepper <[email protected]>
1 parent 3081f9e commit ae115e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/hct/hctdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5939,7 +5939,7 @@ def UFI(name, **mappings):
59395939

59405940
self.set_op_count_for_version(1, 9, next_op_idx)
59415941
assert next_op_idx == 309, (
5942-
"305 is expected next operation index but encountered %d and thus opcodes are broken"
5942+
"309 is expected next operation index but encountered %d and thus opcodes are broken"
59435943
% next_op_idx
59445944
)
59455945

0 commit comments

Comments
 (0)