Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen Arteca committed Sep 6, 2024
1 parent 90f89ee commit 3fb5e82
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 } from "diplomat-wasm-js-feature-tests";
import { OptionOpaque, OptionInputStruct, OptionEnum } from "diplomat-wasm-js-feature-tests";

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

0 comments on commit 3fb5e82

Please sign in to comment.