forked from yoone/API
fix: 修正测试文件中错误的服务引用路径
This commit is contained in:
parent
f5e4605cce
commit
c8236070b0
|
|
@ -1,6 +1,6 @@
|
|||
// Test script for FreightwavesService createOrder method
|
||||
|
||||
const { FreightwavesService } = require('./dist/service/test-freightwaves.service');
|
||||
const { FreightwavesService } = require('./dist/service/freightwaves.service');
|
||||
|
||||
async function testFreightwavesService() {
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in New Issue