diff --git a/test.js b/test.js
index 08c56a8..e7e726b 100644
--- a/test.js
+++ b/test.js
@@ -14,9 +14,7 @@ const generatePluginCss = (options = {}) => {
   .process('@tailwind utilities;', {
     from: undefined
   })
-  .then(result => {
-    return result.css
-  })
+  .then(result => result.css)
 }
 
 expect.extend({