Skip to content

Commit 5957fd3

Browse files
committed
remove .only
1 parent 14a488a commit 5957fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugins/opentelemetry/tests/useOpenTelemetry.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ describe('useOpenTelemetry', () => {
769769
});
770770
});
771771

772-
it.only('should handle validation error with hive processor', async () => {
772+
it('should handle validation error with hive processor', async () => {
773773
disableAll();
774774
const traceProvider = new BasicTracerProvider({
775775
spanProcessors: [

0 commit comments

Comments
 (0)