Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CrisTofani committed Mar 15, 2024
1 parent ba86ce7 commit 0e2ba7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/configuration/__tests__/configuration.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as E from "fp-ts/Either";
import { pipe } from "fp-ts/lib/function";
import { Configuration } from "../../configuration/configuration";
import { filter } from "fp-ts/lib/Filterable";

describe("DataPipeline", () => {
const aValidDataSourcing = {
Expand Down Expand Up @@ -87,6 +88,7 @@ describe("DataPipeline", () => {
};

const aValidDataFiltering = {
filterType: "STATIC",
fieldName: "age",
condition: "gte",
staticValue: 18,
Expand Down

0 comments on commit 0e2ba7f

Please sign in to comment.