mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-07-24 21:46:07 +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:
@@ -62,6 +62,7 @@ func TestGetNodeTree_SurfacesTransitiveNodeNestedUnderParent(t *testing.T) {
|
||||
}
|
||||
if node2 == nil || node3 == nil {
|
||||
t.Fatalf("expected Node2 + transitive Node3, got %d nodes", len(tree))
|
||||
return
|
||||
}
|
||||
if node2.ParentGuid != selfGuid {
|
||||
t.Errorf("Node2 parent = %q, want this panel's GUID %q", node2.ParentGuid, selfGuid)
|
||||
|
||||
Reference in New Issue
Block a user