Skip to content

Commit

Permalink
fix js test import
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen Arteca committed Sep 6, 2024
1 parent fea29dc commit 023884e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature_tests/js/test/option.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import test from 'ava';

import { OptionOpaque, OptionInputStruct, OptionEnum } from "diplomat-wasm-js-feature-tests";
import { OptionOpaque, OptionInputStruct } from "diplomat-wasm-js-feature-tests";

test("Verify option methods", t => {
const o = OptionOpaque.new_(5);
Expand Down

0 comments on commit 023884e

Please sign in to comment.