[ARVADOS-WORKBENCH2] updated: 1.1.4-436-g750ece4
Git user
git at public.curoverse.com
Thu Jul 26 03:40:32 EDT 2018
Summary of changes:
src/components/data-table/data-table.test.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via 750ece46ef69eec338523c63c834cd87901c1342 (commit)
from 799fc95935bf7a51a4b1f0a224f538867d3d464d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 750ece46ef69eec338523c63c834cd87901c1342
Author: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
Date: Thu Jul 26 09:40:22 2018 +0200
refs #test-fix
Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk at contractors.roche.com>
diff --git a/src/components/data-table/data-table.test.tsx b/src/components/data-table/data-table.test.tsx
index 7e460c8..99ed2da 100644
--- a/src/components/data-table/data-table.test.tsx
+++ b/src/components/data-table/data-table.test.tsx
@@ -130,7 +130,7 @@ describe("<DataTable />", () => {
it("passes sorting props to <TableSortLabel />", () => {
const columns: DataColumns<string> = [{
name: "Column 1",
- sortDirection: SortDirection.Asc,
+ sortDirection: SortDirection.ASC,
selected: true,
render: (item) => <Typography>{item}</Typography>
}];
@@ -151,7 +151,7 @@ describe("<DataTable />", () => {
it("passes filter props to <DataTableFilter />", () => {
const columns: DataColumns<string> = [{
name: "Column 1",
- sortDirection: SortDirection.Asc,
+ sortDirection: SortDirection.ASC,
selected: true,
filters: [{ name: "Filter 1", selected: true }],
render: (item) => <Typography>{item}</Typography>
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list