From acb2a07f7b7ed40944254126428e170e2e587cd7 Mon Sep 17 00:00:00 2001 From: Benjamin Maggi Date: Fri, 9 Jul 2021 13:32:42 -0300 Subject: [PATCH] fix: sinon types match sinon --- packages/ts-sinon/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ts-sinon/src/index.ts b/packages/ts-sinon/src/index.ts index 4f6ed1fb..8c202a4f 100644 --- a/packages/ts-sinon/src/index.ts +++ b/packages/ts-sinon/src/index.ts @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, salesforce.com, inc. + * Copyright (c) 2021, salesforce.com, inc. * All rights reserved. * Licensed under the BSD 3-Clause license. * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause