From 77aa79025145ebe610d1cfc54cd5dcf303349df4 Mon Sep 17 00:00:00 2001 From: c-bata Date: Thu, 8 Dec 2022 14:46:41 +0900 Subject: [PATCH] Fix broken tests --- typescript_tests/TrialTable.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typescript_tests/TrialTable.test.tsx b/typescript_tests/TrialTable.test.tsx index 8e87b5d8..b4801147 100644 --- a/typescript_tests/TrialTable.test.tsx +++ b/typescript_tests/TrialTable.test.tsx @@ -74,7 +74,7 @@ const studyDetail = { attributes: { low: -3, high: 3 }, }, ], - union_user_attrs: ["foo", "bar"], + union_user_attrs: [{key: "foo", sortable: false}, {key: "bar", sortable: false}], has_intermediate_values: false, note: { version: 0,