Skip to content

Commit 671c1ee

Browse files
committed
fix usage-calculation tests
1 parent 24bea3f commit 671c1ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/__tests__/usage-calculation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { afterAll, beforeAll, describe, expect, it } from 'bun:test'
1010
describe('Usage Calculation System', () => {
1111
beforeAll(() => {
1212
// Mock the database module before importing the function
13-
mockModule('@codebuff/common/db/index', () => ({
13+
mockModule('@codebuff/common/db', () => ({
1414
default: {
1515
select: () => ({
1616
from: () => ({

0 commit comments

Comments
 (0)