From 1372261339a73b5e610343c018e0a5c74216fee3 Mon Sep 17 00:00:00 2001 From: Zachary Zaro Date: Tue, 31 Oct 2023 19:47:24 +0000 Subject: [PATCH] break the tests --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 40e027f..0bc7bcf 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -5,7 +5,7 @@ import './globals.css' const inter = Inter({ subsets: ['latin'] }) export const metadata: Metadata = { - title: 'Create Next App', + title: 'Broken Test', description: 'Generated by create next app', }