From 2c26141e6136c5e11392ece096ee4a86ccbc0996 Mon Sep 17 00:00:00 2001 From: bryan newbold Date: Tue, 3 Oct 2023 01:37:47 -0700 Subject: [PATCH] make fmt --- packages/lexicon/tests/general.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/lexicon/tests/general.test.ts b/packages/lexicon/tests/general.test.ts index e615bbb2f23..529b60ca9e0 100644 --- a/packages/lexicon/tests/general.test.ts +++ b/packages/lexicon/tests/general.test.ts @@ -659,7 +659,9 @@ describe('Record validation', () => { $type: 'com.example.datetime', datetime: 'bad date', }), - ).toThrow('Record/datetime must be an valid atproto datetime (both RFC-3339 and ISO-8601)') + ).toThrow( + 'Record/datetime must be an valid atproto datetime (both RFC-3339 and ISO-8601)', + ) }) it('Applies uri formatting constraint', () => {