Skip to content

Commit

Permalink
fix: Changes from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-sdk-js committed Feb 24, 2025
1 parent c79fff6 commit 64184ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/type-tests/test/orchestration.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,7 @@ expectType<LlamaGuard38BFilterConfig>(

expectError<LlamaGuard38BFilterConfig>(buildLlamaGuardFilter());

expectError<LlamaGuard38BFilterConfig>(
buildLlamaGuardFilter('unknown-string')
);
expectError<LlamaGuard38BFilterConfig>(buildLlamaGuardFilter('unknown-string'));

/**
* Grounding util.
Expand Down

0 comments on commit 64184ec

Please sign in to comment.