mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-09-03 20:52:57 -05:00
Ensure all messages are retained in the Query Tool from long running queries. Fixes #4730
This commit is contained in:
committed by
Dave Page
parent
6d7ff9444a
commit
1f6a0a87f6
@@ -82,7 +82,7 @@ describe('#callRenderAfterPoll', () => {
|
||||
expect(sqlEditorSpy.update_msg_history).toHaveBeenCalledWith(
|
||||
true,
|
||||
'Some result\n\nQuery returned successfully in 0 msec.',
|
||||
true
|
||||
false
|
||||
);
|
||||
});
|
||||
|
||||
@@ -173,7 +173,7 @@ describe('#callRenderAfterPoll', () => {
|
||||
expect(sqlEditorSpy.update_msg_history).toHaveBeenCalledWith(
|
||||
true,
|
||||
'Some result\n\nQuery returned successfully in 0 msec.',
|
||||
true
|
||||
false
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user