diff --git a/test/index.js b/test/index.js
index dfa2535..7b0707f 100644
--- a/test/index.js
+++ b/test/index.js
@@ -1,6 +1,6 @@
 import { suite } from 'uvu';
 import * as assert from 'assert';
-import klona from '../src';
+import { klona } from '../src';
 
 const API = suite('exports');