Skip to content

Commit

Permalink
Remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
gvladika committed Jul 24, 2024
1 parent c6a94af commit a9d61ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: yarn test

test-contracts:
name: Test storage layout and signatures
name: Test storage layout, signatures and look for unused errors
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ contract L1AtomicTokenBridgeCreator is Initializable, OwnableUpgradeable {
error L1AtomicTokenBridgeCreator_RollupOwnershipMisconfig();
error L1AtomicTokenBridgeCreator_ProxyAdminNotFound();
error L1AtomicTokenBridgeCreator_L2FactoryCannotBeChanged();
error TestError();

event OrbitTokenBridgeCreated(
address indexed inbox,
Expand Down

0 comments on commit a9d61ad

Please sign in to comment.