Skip to content

Commit c9f6d30

Browse files
committed
fix typo
1 parent 9b1b5e3 commit c9f6d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opentelemetry/test/unit/exporter-specs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ describe('ExporterFactory', function () {
4444
}
4545
});
4646
it('should have all the essential exporters', function () {
47-
const expectedExporters = ['jagger', 'console', 'prometheus', 'zipkin'];
47+
const expectedExporters = ['jaeger', 'console', 'prometheus', 'zipkin'];
4848
for (let key in AVAILABLE_EXPORTERS) {
4949
expect(expectedExporters).to.contain(AVAILABLE_EXPORTERS[key]);
5050
}

0 commit comments

Comments
 (0)