Skip to content

Commit ef3db72

Browse files
github-actions[bot]TensorZero-Experimental-CI-Bot[bot]
andauthored
chore: automated fix for PR #49 (#75)
Co-authored-by: TensorZero-Experimental-CI-Bot[bot] <[email protected]>
1 parent 749036f commit ef3db72

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.prettierignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ venv/
1010
env/
1111
__pycache__/
1212
*.pyc
13+
# CI context files
14+
ci_failure_context.md
15+
.episode_id

src/clickhouseClient.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('clickhouseClient', () => {
3232
{
3333
inferenceId: 'abc-123',
3434
episodeId: 'episode-123',
35-
pullRequestId: 42,
35+
pullRequestId: 42
3636
// I think we're missing something here definitely
3737
},
3838
defaultConfig,

0 commit comments

Comments
 (0)