From 8818aa680c2ddaf1204e297fe27f088499eea74f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 14 Mar 2024 22:17:12 +0100 Subject: Dropped redundant 'location' column MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Looks like I messed up later on and kept two columns which were basically referring to the same thing. Signed-off-by: Miquel Sabaté Solà --- test/fixtures/things.yml | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/fixtures/things.yml b/test/fixtures/things.yml index 069cf85..85a6359 100644 --- a/test/fixtures/things.yml +++ b/test/fixtures/things.yml @@ -7,7 +7,6 @@ thing1: address: year: 2024 url: 'http://example.com' - location: 'Somewhere' insideof: 'Some other thing' pages: '22-24' note: 'This is a note 1' @@ -27,7 +26,6 @@ thing2: address: 'Address 2' year: 2024 url: 'http://example.com' - location: 'Somewhere' insideof: 'Some other thing' pages: '22-24' note: 'This is a note 2' -- cgit v1.2.3