refactor(persistence): remove dummy comments

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-03-15 14:20:00 +05:30
parent 4cbbc059d3
commit ae65b2b8b2
@@ -88,15 +88,6 @@ void main() {
expect(updatedCids, [cid]);
});
// /// Updates all the channels using the new [channelList] data
// Future<void> updateChannels(List<ChannelModel> channelList) => batch(
// (it) => it.insertAll(
// channels,
// channelList.map((c) => c.toEntity()).toList(),
// mode: InsertMode.insertOrReplace,
// ),
// );
test('updateChannels', () async {
const id = 'testId';
const cid = 'testCid';