From 192b8f4b995202422af94ea014df82139628ae54 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 14 Sep 2020 21:22:03 -0400 Subject: Remove unnecessary wildcard from ts_decorators test (#7485) --- cli/tests/ts_decorators.ts.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/tests/ts_decorators.ts.out b/cli/tests/ts_decorators.ts.out index a83a85c81..381c7a809 100644 --- a/cli/tests/ts_decorators.ts.out +++ b/cli/tests/ts_decorators.ts.out @@ -1,2 +1,2 @@ Check [WILDCARD] -[WILDCARD]{ someField: "asdf" } +{ someField: "asdf" } -- cgit v1.2.3