Skip to content

Commit e5f4f7a

Browse files
committed
feat: indexed columns are no longer used
1 parent 9ee473e commit e5f4f7a

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

tests/functional/test_tables.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ def test_table_detail(self):
8989
table_info['uri'])
9090
with self.subTest():
9191
self.assertEqual([], table_info['primaryKey'])
92-
with self.subTest():
93-
self.assertEqual([], table_info['indexedColumns'])
9492
with self.subTest():
9593
self.assertEqual(['col1', 'col2'], table_info['columns'])
9694
with self.subTest():

tests/mocks/table_responses.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"name": "data",
66
"transactional": False,
77
"primaryKey": [],
8-
"indexedColumns": [],
98
"created": "2016-06-23T20:41:07+0200",
109
"lastImportDate": "2016-07-07T11:25:32+0200",
1110
"lastChangeDate": "2016-07-07T11:25:34+0200",
@@ -38,7 +37,6 @@
3837
"name": "data_items",
3938
"transactional": False,
4039
"primaryKey": [],
41-
"indexedColumns": [],
4240
"created": "2016-06-23T20:41:38+0200",
4341
"lastImportDate": "2016-07-07T11:26:03+0200",
4442
"lastChangeDate": "2016-07-07T11:26:05+0200",

0 commit comments

Comments
 (0)