mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-08 15:11:07 +00:00
codebase: Remove web frontend and related services (#2067)
* codebase: Remove web frontend and related services * refactor: Update StartPPROF to accept context and adjust related tests * refactor: Simplify SetIfZero functions and update related tests * config: Clarify DowngradeConfig method documentation regarding permanent removal of deprecated fields * refactor: Rename setIfZeroAndWarn to setDefaultIfZeroWarn for clarity and update related calls * refactor: Update error handling in DataHistoryManager and remove redundant error variable
This commit is contained in:
@@ -201,12 +201,6 @@ func TestPrintOrderbookSummary(t *testing.T) {
|
||||
m.PrintOrderbookSummary(nil, "REST", errors.New("test"))
|
||||
}
|
||||
|
||||
func TestRelayWebsocketEvent(t *testing.T) {
|
||||
t.Parallel()
|
||||
|
||||
relayWebsocketEvent(nil, "", "", "")
|
||||
}
|
||||
|
||||
func TestWaitForInitialSync(t *testing.T) {
|
||||
var m *SyncManager
|
||||
err := m.WaitForInitialSync()
|
||||
|
||||
Reference in New Issue
Block a user