diff --git a/smoketest/main.js b/smoketest/main.js
index ed391989740a200b5a5740f36fb31ce696b11d5f..a98991b9a9bc754c748a373e9389b58f4f0cccfe 100644
--- a/smoketest/main.js
+++ b/smoketest/main.js
@@ -1,5 +1,5 @@
 import http from 'k6/http'
-import check from 'k6'
+import { check } from 'k6'
 
 // You don't need to change anything in this section, it's k6 glue code.
 // See the default function at the end of the file for defining your smoketest.