Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Pano Skylakis committed Jun 19, 2024
1 parent d0d9c15 commit fd28934
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ contract DeploySessionActivityDeployer is Test {

// Record a session activity
vm.expectEmit(true, true, true, false);
emit SessionActivityRecorded(address(0), block.timestamp);
emit SessionActivityRecorded(address(this), block.timestamp);
deployedSessionActivityContract.recordSessionActivity();
}

Expand Down

0 comments on commit fd28934

Please sign in to comment.