Skip to content

Commit

Permalink
fixup! build: use subpath patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed May 1, 2024
1 parent 75e61fe commit aacd8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/orchestration/test/utils/tx.test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import test from '@endo/ses-ava/prepare-endo.js';
import { Any } from '@agoric/cosmic-proto/google/protobuf/any';
import { Any } from '@agoric/cosmic-proto/google/protobuf/any.js';
import { makeTxPacket, parsePacketAck } from '../../src/utils/tx.js';

test('makeTxPacket', t => {
Expand Down

0 comments on commit aacd8a1

Please sign in to comment.