Skip to content

Commit

Permalink
Test name fixes
Browse files Browse the repository at this point in the history
Co-authored-by: oldchili <130549691+oldchili@users.noreply.github.com>
  • Loading branch information
sunbreak1211 and oldchili authored Dec 20, 2023
1 parent fae51fb commit 87b9a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/LockstakeClipper.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ interface VowLike {

}

contract ClipperTest is DssTest {
contract LockstakeClipperTest is DssTest {
address pauseProxy;
VatLike vat;
DogLike dog;
Expand Down
2 changes: 1 addition & 1 deletion test/LockstakeEngine.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ interface CalcLike {
function file(bytes32, uint256) external;
}

contract AllocatorVaultTest is DssTest {
contract LockstakeEngineTest is DssTest {
using stdStorage for StdStorage;

address public pauseProxy;
Expand Down

0 comments on commit 87b9a68

Please sign in to comment.