fix(tests): let -> const

This commit is contained in:
Philipp Kunz 2019-06-07 12:05:44 +02:00
parent 99c2c2e84f
commit b48b2a77b0

View File

@ -3,7 +3,7 @@ import { tap, expect } from '@pushrocks/tapbundle';
import smartlogDesinationLocal = require('../ts/index');
import { ILogContext } from '@pushrocks/smartlog-interfaces';
let testLogContext: ILogContext = {
const testLogContext: ILogContext = {
company: 'Lossless GmbH',
companyunit: 'Lossless.Cloud',
containerName: 'gitlabci',