diff --git a/test/rendering/fixtures/custom-block-void/index.js b/test/rendering/fixtures/custom-block-void/index.js
index 2b92a949b..259bbfadd 100644
--- a/test/rendering/fixtures/custom-block-void/index.js
+++ b/test/rendering/fixtures/custom-block-void/index.js
@@ -1,12 +1,9 @@
-import { Void } from '../../../..'
import React from 'react'
function Image(props) {
return (
-
-
)
}
diff --git a/test/rendering/fixtures/custom-block-void/output.html b/test/rendering/fixtures/custom-block-void/output.html
index 9ceca0f7e..d453359e2 100644
--- a/test/rendering/fixtures/custom-block-void/output.html
+++ b/test/rendering/fixtures/custom-block-void/output.html
@@ -1,15 +1,13 @@