Commit 1e21c141 authored by Perwaiz Ali's avatar Perwaiz Ali

change in .git-yml

parent 10bf4308
Pipeline #2211 passed with stages
in 2 minutes and 6 seconds
...@@ -31,6 +31,7 @@ public class ControllerTest { ...@@ -31,6 +31,7 @@ public class ControllerTest {
listOfUsers.add(new User(1,"Anil","Pune")); listOfUsers.add(new User(1,"Anil","Pune"));
listOfUsers.add(new User(2,"Mukesh","Hydrabad")); listOfUsers.add(new User(2,"Mukesh","Hydrabad"));
listOfUsers.add(new User(3,"Tarun","Berlin")); listOfUsers.add(new User(3,"Tarun","Berlin"));
listOfUsers.add(new User(4,"Tarun_1","London"));
return listOfUsers; return listOfUsers;
} }
} }
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