Fixed core test

This commit is contained in:
Eric Allam
2024-08-06 10:45:11 +01:00
committed by Eric Allam
parent d6ca192760
commit b2852ab283
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { calculateResetAt } from "../src/index.js";
import { calculateResetAt } from "../src/retry.js";
describe("calculateResetAt", () => {
it("Should be able to correctly calculate iso_8601_duration_openai_variant reset values", () => {
@@ -1,5 +1,5 @@
import { EventFilter } from "../src/index.js";
import { eventFilterMatches } from "../src/eventFilterMatches";
import { type EventFilter } from "../src/index.js";
import { eventFilterMatches } from "../src/eventFilterMatches.js";
describe("eventFilterMatches", () => {
it("should return true if the payload is undefined and the filter is empty", () => {