Skip to content
Snippets Groups Projects

Fix: Set does not update the model within the database

Merged Ghost User requested to merge hotfix-set-does-not-update-database-model into develop
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
@@ -973,9 +973,7 @@ func Test_pndImplementation_Confirm(t *testing.T) {
}
for _, tt := range tests {
tt := tt
t.Run(tt.name, func(t *testing.T) {
t.Parallel()
sbiService := NewGenericService[southbound.SouthboundInterface]()
networkElementService := NewNetworkElementServiceMock()
Loading