Skip to content

Commit

Permalink
✅ Adjust to AuctionAlreadySettled
Browse files Browse the repository at this point in the history
  • Loading branch information
Flocqst committed Sep 11, 2024
1 parent f860c1e commit 546bb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Auction.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ contract AuctionTest is Test, Constants, ConsolidatedEvents {
auction.settleAuction();

// Try settling an auction that has already ended
vm.expectRevert(Auction.AuctionEnded.selector);
vm.expectRevert(Auction.AuctionAlreadySettled.selector);
auction.settleAuction();
}

Expand Down

0 comments on commit 546bb38

Please sign in to comment.