forked from yoone/API
1
0
Fork 0

fix: 修正测试文件中错误的服务引用路径

This commit is contained in:
zhuotianyuan 2026-01-14 20:09:02 +08:00
parent f5e4605cce
commit c8236070b0
1 changed files with 1 additions and 1 deletions

View File

@ -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 {