Skip to content

Commit

Permalink
fix(test): no generate-server types
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Aug 26, 2024
1 parent f99be6a commit f040de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ordering-srv.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
} from '@restorecommerce/rc-grpc-clients/dist/generated-server/io/restorecommerce/order.js';
import {
Filter_Operation
} from '@restorecommerce/rc-grpc-clients/dist/generated-server/io/restorecommerce/filter.js';
} from '@restorecommerce/rc-grpc-clients/dist/generated/io/restorecommerce/filter.js';
import { GrpcMockServer } from '@alenon/grpc-mock-server';
import { Worker } from '../src/worker.js';
import {
Expand Down

0 comments on commit f040de3

Please sign in to comment.