mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-08-12 14:21:01 +00:00
fix(inbounds): apply runtime changes after the DB commit (#5768)
* fix(inbounds): apply runtime changes after commit * ci: fix staticcheck findings
This commit is contained in:
@@ -71,6 +71,7 @@ func TestGetAll_ClientBreakdownMatchesByEmailNotStaleInboundId(t *testing.T) {
|
||||
}
|
||||
if n == nil {
|
||||
t.Fatal("node 1 not found")
|
||||
return
|
||||
}
|
||||
if n.ClientCount != 3 {
|
||||
t.Errorf("ClientCount = %d, want 3", n.ClientCount)
|
||||
|
||||
Reference in New Issue
Block a user