From e1d0aabc7508d975ef429b199a1b575615d65e72 Mon Sep 17 00:00:00 2001 From: Mike Date: Fri, 14 Jan 2022 20:14:39 -0800 Subject: [PATCH] intentionally break unit test to see if github actions updates the markdown badge --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index ea33a4a..7a1f1ca 100644 --- a/test/index.js +++ b/test/index.js @@ -15,7 +15,7 @@ test('handle missing cert_url parameter', function (t) { } } verifier(undefined, signature, JSON.stringify(body), function (er) { - t.equal(er, 'missing certificate url') + t.equal(er, 'Mmissing certificate url') t.end() }) })