Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobueno committed Aug 30, 2017
1 parent 90746fd commit c06efe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/logger/test/ClientLogger.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// <reference types="mocha" />
'use strict';

import { ClientLogger } from '../src/ClientLogger';
import { ClientLogger, LogLevel } from '../src/ClientLogger';
const loggerObject: object = { test: 'test' };
const emptyObject: object = {};

Expand Down

0 comments on commit c06efe7

Please sign in to comment.