From c1432a3f7fb1d454fbcfa047b0c37a95a16c9e33 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 31 Aug 2024 11:06:39 +0300 Subject: fix and so on --- internal/types/entry_test.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'internal/types') diff --git a/internal/types/entry_test.go b/internal/types/entry_test.go index fe0a0cd..95d7a8c 100644 --- a/internal/types/entry_test.go +++ b/internal/types/entry_test.go @@ -9,8 +9,8 @@ func oneEntry() (Entry, error) { { "body": "Body text here", "shared": { - "Foo": { "Is": true }, - "Bar": { "Is": false } + "Foo": { "is": true }, + "Bar": { "is": false } } } ` @@ -22,9 +22,9 @@ func anotherEntry() (Entry, error) { { "body": "Body text here", "shared": { - "Foo": { "Is": true }, - "Bar": { "Is": true }, - "Baz": { "Is": false } + "Foo": { "is": true }, + "Bar": { "is": true }, + "Baz": { "is": false } } } ` -- cgit v1.2.3