diff --git a/feature_tests/js/test/option.mjs b/feature_tests/js/test/option.mjs index 3181f800d..652cde9ab 100644 --- a/feature_tests/js/test/option.mjs +++ b/feature_tests/js/test/option.mjs @@ -1,6 +1,6 @@ import test from 'ava'; -import { OptionOpaque, OptionInputStruct } from "diplomat-wasm-js-feature-tests"; +import { OptionOpaque } from "diplomat-wasm-js-feature-tests"; test("Verify option methods", t => { const o = OptionOpaque.new_(5);