From 39803943fd53a9ac56186e8b34193bfc6eee1987 Mon Sep 17 00:00:00 2001 From: Benno Kohrs Date: Wed, 30 Dec 2020 07:35:02 +0100 Subject: [PATCH] updated mono-two test --- packages/mono-two/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mono-two/src/index.ts b/packages/mono-two/src/index.ts index f6b0cec..07c211e 100644 --- a/packages/mono-two/src/index.ts +++ b/packages/mono-two/src/index.ts @@ -12,6 +12,6 @@ export default class MonoTwo { public getRandomString():string { - return "random0"; + return "random10"; } }