@@ -29,7 +29,7 @@ async function upgradeableToken() {
2929 return { token, owner, recipient, anotherAccount }
3030}
3131
32- describe ( 'UFragments:ElasticERC20 ' , ( ) => {
32+ describe ( 'UFragments:Elastic ' , ( ) => {
3333 beforeEach ( 'setup UFragments contract' , async function ( ) {
3434 ; ( { token, owner, recipient, anotherAccount } = await waffle . loadFixture (
3535 upgradeableToken ,
@@ -61,7 +61,7 @@ describe('UFragments:ElasticERC20', () => {
6161 } )
6262} )
6363
64- describe ( 'UFragments:ERC20 :transferAll' , ( ) => {
64+ describe ( 'UFragments:Elastic :transferAll' , ( ) => {
6565 beforeEach ( 'setup UFragments contract' , async function ( ) {
6666 ; ( { token, owner, recipient, anotherAccount } = await waffle . loadFixture (
6767 upgradeableToken ,
@@ -120,7 +120,7 @@ describe('UFragments:ERC20:transferAll', () => {
120120 } )
121121} )
122122
123- describe ( 'UFragments:ERC20 :transferAllFrom' , ( ) => {
123+ describe ( 'UFragments:Elastic :transferAllFrom' , ( ) => {
124124 beforeEach ( 'setup UFragments contract' , async function ( ) {
125125 ; ( { token, owner, recipient, anotherAccount } = await waffle . loadFixture (
126126 upgradeableToken ,
0 commit comments