Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ermyas committed Sep 19, 2023
1 parent 705b583 commit 27b00f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ contract AxelarReceiverAdapterTest is Setup {

/// @dev gets the name
function test_name() public {
assertEq(adapter.name(), "AXELAR");
assertEq(adapter.name(), "axelar");
}

/// @dev updates sender adapter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ contract WormholeReceiverAdapterTest is Setup {

/// @dev gets the name
function test_name() public {
assertEq(adapter.name(), "WORMHOLE");
assertEq(adapter.name(), "wormhole");
}

/// @dev updates sender adapter
Expand Down

0 comments on commit 27b00f2

Please sign in to comment.