Skip to content

Commit

Permalink
Incorporate review comments scan_lock missing in test
Browse files Browse the repository at this point in the history
  • Loading branch information
pssatapathy-oracle committed Nov 20, 2023
1 parent 1671a98 commit 0fe58ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


def test_locks(prog):
lock.scan_task(prog, stack=True)
lock.scan_lock(prog, stack=True)

0 comments on commit 0fe58ea

Please sign in to comment.