Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Troublor committed Apr 21, 2023
1 parent c8e6c4a commit 0c803a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/slithir/test_ssa_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ def test_issue_1748(slither_from_source):
assert isinstance(assign_op, InitArray)


def test_issue_1776():
def test_issue_1776(slither_from_source):
source = """
contract Contract {
function foo() public returns (uint) {
Expand Down

0 comments on commit 0c803a1

Please sign in to comment.