Skip to content

Commit

Permalink
Update matrix.md (#896)
Browse files Browse the repository at this point in the history
  • Loading branch information
leopardracer authored Nov 24, 2024
1 parent 97dadf8 commit de0452a
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,39 +168,39 @@ is run with the `--matrix` cli flag. (Source project: [sc-forks/hardhat-e2e][1])
"contracts/VariableConstructor.sol": {
"8": [
{
"title": "should should initialize with a short string",
"title": "should initialize with a short string",
"file": "test/variableconstructor.js"
},
{
"title": "should should initialize with a medium length string",
"title": "should initialize with a medium length string",
"file": "test/variableconstructor.js"
},
{
"title": "should should initialize with a long string",
"title": "should initialize with a long string",
"file": "test/variableconstructor.js"
},
{
"title": "should should initialize with a random length string",
"title": "should initialize with a random length string",
"file": "test/variableconstructor.js"
}
]
},
"contracts/VariableCosts.sol": {
"13": [
{
"title": "should should initialize with a short string",
"title": "should initialize with a short string",
"file": "test/variableconstructor.js"
},
{
"title": "should should initialize with a medium length string",
"title": "should initialize with a medium length string",
"file": "test/variableconstructor.js"
},
{
"title": "should should initialize with a long string",
"title": "should initialize with a long string",
"file": "test/variableconstructor.js"
},
{
"title": "should should initialize with a random length string",
"title": "should initialize with a random length string",
"file": "test/variableconstructor.js"
},
{
Expand Down Expand Up @@ -372,7 +372,7 @@ is run with the `--matrix` cli flag. (Source project: [sc-forks/hardhat-e2e][1])
"file": "test/variablecosts.js"
},
{
"title": "should should allow transfers and sends",
"title": "should allow transfers and sends",
"file": "test/wallet.js"
}
],
Expand All @@ -382,7 +382,7 @@ is run with the `--matrix` cli flag. (Source project: [sc-forks/hardhat-e2e][1])
"file": "test/variablecosts.js"
},
{
"title": "should should allow transfers and sends",
"title": "should allow transfers and sends",
"file": "test/wallet.js"
}
],
Expand All @@ -392,7 +392,7 @@ is run with the `--matrix` cli flag. (Source project: [sc-forks/hardhat-e2e][1])
"file": "test/variablecosts.js"
},
{
"title": "should should allow transfers and sends",
"title": "should allow transfers and sends",
"file": "test/wallet.js"
}
],
Expand All @@ -402,7 +402,7 @@ is run with the `--matrix` cli flag. (Source project: [sc-forks/hardhat-e2e][1])
"file": "test/variablecosts.js"
},
{
"title": "should should allow transfers and sends",
"title": "should allow transfers and sends",
"file": "test/wallet.js"
}
],
Expand All @@ -412,10 +412,10 @@ is run with the `--matrix` cli flag. (Source project: [sc-forks/hardhat-e2e][1])
"file": "test/variablecosts.js"
},
{
"title": "should should allow transfers and sends",
"title": "should allow transfers and sends",
"file": "test/wallet.js"
}
]
}
}
```
```

0 comments on commit de0452a

Please sign in to comment.