Skip to content

Commit

Permalink
Specific import
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Nov 20, 2024
1 parent b016d37 commit c198035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion struct.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { assertEquals, assertStrictEquals, assertThrows } from '@std/assert';

import { Struct } from './struct.ts';
import { LITTLE_ENDIAN } from './const.ts';
import { memberI8 } from './mod.ts';
import { memberI8 } from './member/i8.ts';

Deno.test('buffer', () => {
const buffer = new ArrayBuffer(0);
Expand Down

0 comments on commit c198035

Please sign in to comment.