Skip to content

Commit

Permalink
update revert string
Browse files Browse the repository at this point in the history
  • Loading branch information
afkbyte committed Oct 9, 2024
1 parent 729bedf commit e820bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/HelloWorldServiceManager.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ contract RespondToTask is HelloWorldTaskManagerSetup {

address nonAggregator = address(0x1234);
vm.startPrank(nonAggregator);
vm.expectRevert("Only aggregator can call this function");
vm.expectRevert("Aggregator must be the caller");
sm.respondToTask(newTask, taskIndex, signedTask);
vm.stopPrank();
}
Expand Down

0 comments on commit e820bdb

Please sign in to comment.