diff --git a/test/minting/MintP0_EndToEndTests.js b/test/minting/MintP0_EndToEndTests.js index 1e31d9204..d300a822d 100644 --- a/test/minting/MintP0_EndToEndTests.js +++ b/test/minting/MintP0_EndToEndTests.js @@ -469,7 +469,7 @@ async function run_MINT_tests(newToken, MintControllerArtifact) { ); }); - it("ete013 Change minter manager, configure a minter, then change back and make sure changes DID NOT propogate", async function () { + it("ete013 Change minter manager, configure a minter, then change back and make sure changes DID NOT propagate", async function () { await mintController.configureController( Accounts.arbitraryAccount, Accounts.minterAccount, diff --git a/test/v1/proxyNegative.test.js b/test/v1/proxyNegative.test.js index 307fd600f..141b1db19 100644 --- a/test/v1/proxyNegative.test.js +++ b/test/v1/proxyNegative.test.js @@ -114,7 +114,7 @@ function runTests(newToken, version) { await checkVariables([token], [customVars]); }); - it("nut008 shoud fail to update proxy storage if state-changing function called directly in FiatToken", async () => { + it("nut008 should fail to update proxy storage if state-changing function called directly in FiatToken", async () => { await rawToken.initialize( name, symbol,