Skip to content

Commit

Permalink
fix(): fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fanlobu committed Jun 22, 2024
1 parent b37e1ed commit 367a4b5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ public void testSet() throws Exception {

@Test
public void testArray() throws Exception {

User[] array = {new User(1L,"1",1),new User(2L,"2",2)};
ResponseEntity<User[]> response = RestClient.create().post()
.uri("http://" + providerAddress +":50052/complex/array")
Expand Down

0 comments on commit 367a4b5

Please sign in to comment.