Skip to content

Commit

Permalink
add new commit for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyonur committed Mar 18, 2024
1 parent 779a27a commit 29ec9c3
Show file tree
Hide file tree
Showing 4 changed files with 21 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
16 changes: 16 additions & 0 deletions act-mock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"pull_request": {
"labels": [
{
"name": "do not syncz"
}
],
"head": {
"ref": "auto-pr-subnet-evm",
"sha": "5e6ccb173ca41c4c109ec2fcd36dab01d37bd9f7"
},
"base": {
"ref": "master"
}
}
}
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 29ec9c3

Please sign in to comment.