Skip to content

Commit 2074e7d

Browse files
committed
remove SolidstateDiamondProxy receive test
1 parent e5485e9 commit 2074e7d

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

spec/proxy/diamond/SolidstateDiamondProxy.behavior.ts

-12
Original file line numberDiff line numberDiff line change
@@ -78,18 +78,6 @@ export function describeBehaviorOfSolidstateDiamondProxy(
7878

7979
describeBehaviorOfSafeOwnable(deploy, args, skips);
8080

81-
describe('receive()', () => {
82-
it('accepts ether transfer', async () => {
83-
const [signer] = await ethers.getSigners();
84-
const value = 1;
85-
const to = await instance.getAddress();
86-
87-
await expect(() =>
88-
signer.sendTransaction({ to, value }),
89-
).to.changeEtherBalance(instance, value);
90-
});
91-
});
92-
9381
describe('#diamondCut((address,enum,bytes4[])[],address,bytes)', () => {
9482
const selectors: string[] = [];
9583
const abi: string[] = [];

0 commit comments

Comments
 (0)