Skip to content

Commit 75caf0f

Browse files
author
Tomas Pflanzer
committed
fix: remove unused errorResponse from test
1 parent 0195edb commit 75caf0f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dashboard/src/__tests__/v27-regression.test.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,6 @@ function okResponse<T>(data: T) {
279279
return { data, error: null };
280280
}
281281

282-
function errorResponse(message: string) {
283-
return { data: null, error: { code: "ERROR", message } };
284-
}
285282

286283
// ============================================================================
287284
// 1. OverviewBento regression (9 tests)

0 commit comments

Comments
 (0)