Skip to content

Commit

Permalink
chore: address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kjin committed Aug 2, 2018
1 parent 88b0c01 commit e6fcd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ describe('Behavior set by config for overriding root span name', () => {
}
});

it('should convert a non-string, non-function to the default arg', () => {
it('should convert a non-string, non-function to the identity fn', () => {
testTraceModule.start({
// We should make sure passing in unsupported values at least doesn't
// result in a crash.
Expand Down

0 comments on commit e6fcd74

Please sign in to comment.