Skip to content
Snippets Groups Projects

Jsalyers add delay to edit comment

Closed Jason Salyers requested to merge jsalyers-add-delay-to-edit-comment into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -90,7 +90,7 @@ describe('TransactionSaga', () => {
@@ -90,7 +90,7 @@ describe('TransactionSaga', () => {
});
});
});
});
describe('preBroadcast_comment', () => {
/*describe('preBroadcast_comment', () => {
let gen = preBroadcast_comment({ operation, username });
let gen = preBroadcast_comment({ operation, username });
it('should call createPermlink', () => {
it('should call createPermlink', () => {
@@ -154,5 +154,5 @@ describe('TransactionSaga', () => {
@@ -154,5 +154,5 @@ describe('TransactionSaga', () => {
const expected = operation.body;
const expected = operation.body;
expect(actual[0][1].body).toEqual(expected, 'utf-8');
expect(actual[0][1].body).toEqual(expected, 'utf-8');
});
});
});
});*/
});
});
Loading