From 0d7abb3db9bca7c3d237271f7f3c05e3dcb66d80 Mon Sep 17 00:00:00 2001 From: joshoxe Date: Sun, 8 Nov 2020 16:56:58 +0000 Subject: [PATCH] Fix tests --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 3c61546..d2934c4 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -6,5 +6,5 @@ import { Component } from '@angular/core'; styleUrls: ['./app.component.css'] }) export class AppComponent { - title = 'cmpct-test'; + title = 'cmpct'; }