Skip to content

Commit

Permalink
fix getty unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dongjianhui03 committed Aug 1, 2021
1 parent 0c6141b commit 9e72805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remoting/getty/getty_client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ func getClient(url *common.URL) *Client {
func testClient_Call(t *testing.T, c *Client) {
testGetBigPkg(t, c)
testGetUser(t, c)
testGetUser0(t, c)
testGetUser1(t, c)
testGetUser2(t, c)
testGetUser3(t, c)
testGetUser4(t, c)
testGetUser5(t, c)
testGetUser6(t, c)
testGetUser61(t, c)
testGetUser0(t, c)
}

func testGetBigPkg(t *testing.T, c *Client) {
Expand Down

0 comments on commit 9e72805

Please sign in to comment.