From c703c6a053e113e1bac2de8991199f13e5d007d9 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser <2466365+cschlosser@users.noreply.github.com> Date: Mon, 19 Oct 2020 19:26:54 +0200 Subject: Release 1.1.0 (#189) * Release 1.1.0 * Make linter happy --- src/test/CppTests/Config.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/test/CppTests/Config.test.ts') diff --git a/src/test/CppTests/Config.test.ts b/src/test/CppTests/Config.test.ts index fcf2550..f39b7d3 100644 --- a/src/test/CppTests/Config.test.ts +++ b/src/test/CppTests/Config.test.ts @@ -271,7 +271,7 @@ suite("C++ - Configuration Tests", () => { testSetup.cfg.Generic.useGitUserEmail = true; const result = testSetup.SetLine("").GetResult(); assert.strictEqual("/**\n * @brief \n * \n * @file MockDocument.h\n * @author " + - testSetup.gitConfig.UserName + " (" + testSetup.gitConfig.UserEmail+ + testSetup.gitConfig.UserName + " (" + testSetup.gitConfig.UserEmail + ")\n * @date " + moment().format("YYYY-MM-DD") + "\n */", result); }); -- cgit v1.2.3