From e9ffb93de06049f4fbb27cfbee5c48cf512a0ea7 Mon Sep 17 00:00:00 2001 From: Manuel Luypaert Date: Thu, 24 Sep 2020 17:17:28 +0100 Subject: [PATCH] Removed other-names from gene update unit testing (not supported) #304 --- test/integration/update_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/update_test.clj b/test/integration/update_test.clj index 4c29df62..82a8a1fd 100644 --- a/test/integration/update_test.clj +++ b/test/integration/update_test.clj @@ -207,7 +207,7 @@ (update :biotype name) (update :status name) (assoc :species species) - (dissoc :id :gene/status) + (dissoc :id :gene/status :other-names) (assoc :cgc-name new-cgc-name)) :prov {:why why :who {:email "tester@wormbase.org"}}}