Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Biggs committed Aug 13, 2024
1 parent 68b3154 commit 4e95316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parquet.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe("DSNP Schema Conversion Test File", () => {
it("schema is generated correctly", () => {
expect(parquetSchema).toMatchSnapshot();
});

it("schema is encoded correctly", () => {
expect(reader.metadata?.schema).toMatchSnapshot();
});
Expand Down

0 comments on commit 4e95316

Please sign in to comment.