Skip to content

Commit b233544

Browse files
committed
test: rename observability core test
1 parent f144071 commit b233544

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/observability/phase1.test.ts renamed to tests/unit/observability/core-observation.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { TestRunner, expect } from '../../helpers/utils';
1414
import { TEST_ROOT } from '../../helpers/fixtures';
1515
import { ensureCleanDir } from '../../helpers/setup';
1616

17-
const runner = new TestRunner('Observability Phase 1');
17+
const runner = new TestRunner('Observability Core Observation');
1818

1919
class QueueStreamProvider implements ModelProvider {
2020
readonly model = 'queue-stream-provider';

0 commit comments

Comments
 (0)