Commit 4891f8b2 authored by Harshitha Sai Muppala's avatar Harshitha Sai Muppala

Added the spock tests for the update and delete the orders in service layer

parent 1db2235d
......@@ -38,6 +38,7 @@ public class OrderService {
}
public Mono<Void> orderDelete(String id){
return orderRepository.deleteById(id);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment