Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan committed Aug 2, 2024
1 parent 607dee2 commit 54b7946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aderyn_core/src/detect/high/tx_origin_used_for_auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ mod tx_origin_used_for_auth_detector {
#[test]
#[serial]
fn test_tx_origin_used_for_auth() {
let context = crate::detect::test_utils::load_solidity_source_unit_with_callgraphs(
let context = crate::detect::test_utils::load_solidity_source_unit(
"../tests/contract-playground/src/TxOriginUsedForAuth.sol",
);

Expand Down

0 comments on commit 54b7946

Please sign in to comment.