Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Mar 19, 2024
1 parent 4cabd82 commit 9aedb66
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@

# review whenever someone opens a pull request.

* @darioush @ceyonur
- @darioush @ceyonur

fortest
1 change: 1 addition & 0 deletions params/precompile_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ var errNoKey = errors.New("PrecompileUpgrade cannot be empty")
// It is used to unmarshal the json into the correct precompile config type
// based on the key. Keys are defined in each precompile module, and registered in
// precompile/registry/registry.go.
// For test
type PrecompileUpgrade struct {
precompileconfig.Config
}
Expand Down
1 change: 1 addition & 0 deletions plugin/evm/mempool_atomic_gossiping_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import (

// shows that a locally generated AtomicTx can be added to mempool and then
// removed by inclusion in a block
// for test
func TestMempoolAddLocallyCreateAtomicTx(t *testing.T) {
for _, name := range []string{"import", "export"} {
t.Run(name, func(t *testing.T) {
Expand Down

0 comments on commit 9aedb66

Please sign in to comment.