From da1dfb642d94c58396e6169eb802a8e009f5b30a Mon Sep 17 00:00:00 2001 From: apolignano Date: Thu, 30 Oct 2025 10:40:42 +0000 Subject: [PATCH] Change superkingdom to domain in test fixtures --- webfront/tests/fixtures_entry.json | 2 +- webfront/tests/fixtures_organisms.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webfront/tests/fixtures_entry.json b/webfront/tests/fixtures_entry.json index 2ede6b7d..0dad9c39 100644 --- a/webfront/tests/fixtures_entry.json +++ b/webfront/tests/fixtures_entry.json @@ -161,7 +161,7 @@ "children": [ { "id": "2759", - "rank": "superkingdom", + "rank": "domain", "name": "Eukaryota", "proteins": 10, "species": 2, diff --git a/webfront/tests/fixtures_organisms.json b/webfront/tests/fixtures_organisms.json index de619050..b96c3e55 100644 --- a/webfront/tests/fixtures_organisms.json +++ b/webfront/tests/fixtures_organisms.json @@ -34,7 +34,7 @@ "full_name": "Eucaryotae", "lineage": " 1 2579 ", "parent": "1", - "rank": "SUPERKINGDOM", + "rank": "DOMAIN", "children": [ "344612", "1001583" @@ -61,7 +61,7 @@ "full_name": "Prokaryota", "lineage": " 1 2 ", "parent": "1", - "rank": "SUPERKINGDOM", + "rank": "DOMAIN", "children": [ "40296" ],