From 8b03a19f423dba80302fdf981fe7e2a3f3bbcf00 Mon Sep 17 00:00:00 2001 From: Ellen Arteca Date: Fri, 6 Sep 2024 12:02:05 -0700 Subject: [PATCH] more fix --- feature_tests/js/test/option.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);