From 9241948517acd5a8361a2a2cde81c52db4be89a5 Mon Sep 17 00:00:00 2001 From: zach-withcoherence <86851918+zach-withcoherence@users.noreply.github.com> Date: Thu, 16 Nov 2023 11:18:32 -0600 Subject: [PATCH] break the tests again --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 40e027f..8816037 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 Number 2', description: 'Generated by create next app', }