Skip to content

Commit

Permalink
Update file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurkale22 committed Jun 20, 2019
1 parent 20e561d commit 697bdda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
Expand All @@ -15,7 +15,7 @@
*/

import * as assert from 'assert';
import { randomSpanId, randomTraceId } from '../src/common/id-util';
import { randomSpanId, randomTraceId } from '../src/common/util/id';

describe('randomTraceId', () => {
it('returns different 32-char hex strings', () => {
Expand Down

0 comments on commit 697bdda

Please sign in to comment.