diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-14 22:17:12 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2024-03-14 22:20:09 +0100 |
| commit | 8818aa680c2ddaf1204e297fe27f088499eea74f (patch) | |
| tree | 1888efcf1ffc138c848584058299454510544188 /test/fixtures | |
| parent | c232356d490cefb44dd96b400961fe26a85ce183 (diff) | |
| download | operum-8818aa680c2ddaf1204e297fe27f088499eea74f.tar.gz operum-8818aa680c2ddaf1204e297fe27f088499eea74f.zip | |
Dropped redundant 'location' column
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à <msabate@suse.com>
Diffstat (limited to 'test/fixtures')
| -rw-r--r-- | test/fixtures/things.yml | 2 |
1 files changed, 0 insertions, 2 deletions
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' |
