Skip to content

Commit

Permalink
format + lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SBrandeis committed Jan 16, 2025
1 parent 455ea4b commit 82ed7f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/inference/test/HfInference.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ describe.concurrent("HfInference", () => {
inputs: "Hello, how are you?",
});
expect(res).toBeInstanceOf(Blob);
})
});
},
TIMEOUT
);
Expand Down

0 comments on commit 82ed7f9

Please sign in to comment.