From de0452a8589b39d5fd9d06c590fde872f348f04c Mon Sep 17 00:00:00 2001 From: leopardracer <136604165+leopardracer@users.noreply.github.com> Date: Sun, 24 Nov 2024 19:21:53 +0200 Subject: [PATCH] Update matrix.md (#896) --- docs/matrix.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/matrix.md b/docs/matrix.md index 585186c..27638bf 100644 --- a/docs/matrix.md +++ b/docs/matrix.md @@ -168,19 +168,19 @@ 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" } ] @@ -188,19 +188,19 @@ is run with the `--matrix` cli flag. (Source project: [sc-forks/hardhat-e2e][1]) "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" }, { @@ -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" } ], @@ -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" } ], @@ -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" } ], @@ -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" } ], @@ -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" } ] } } -``` \ No newline at end of file +```