mirror of
https://github.com/garrytan/gstack.git
synced 2026-09-09 14:38:59 +02:00
test: observability partial-file pin follows eval-store schema v2
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
76f38fcd0d
commit
cd53c0663c
@@ -124,7 +124,7 @@ describe('eval-store observability', () => {
|
||||
expect(partial.tests).toHaveLength(1);
|
||||
expect(partial.tests[0].name).toBe('test-one');
|
||||
expect(partial.tests[0].exit_reason).toBe('success');
|
||||
expect(partial.schema_version).toBe(1);
|
||||
expect(partial.schema_version).toBe(2);
|
||||
expect(partial.total_tests).toBe(1);
|
||||
expect(partial.passed).toBe(1);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user