minor: Clean up blank lines in tests.

This commit is contained in:
Steve Howell
2020-04-03 16:11:05 +00:00
committed by showell
parent b248b2681c
commit 2788ebdde7
41 changed files with 0 additions and 73 deletions

View File

@@ -451,7 +451,6 @@ run_test('insert_message', () => {
assert.equal(inserted_message.content, 'example content');
});
/*
The previous example starts to get us out of the data layer of
@@ -710,7 +709,6 @@ run_test('stream_list', () => {
const sidebar_helper = make_sidebar_helper();
const topic_list_helper = make_topic_list_helper();
// This is what we are testing!
stream_list.update_streams_sidebar();