From 9e728056767613ad8eb7039abf02cb39adb2c568 Mon Sep 17 00:00:00 2001 From: dongjianhui03 Date: Sun, 1 Aug 2021 22:56:46 +0800 Subject: [PATCH] fix getty unit test --- remoting/getty/getty_client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remoting/getty/getty_client_test.go b/remoting/getty/getty_client_test.go index e14b3ee5d9..cc9eaceb39 100644 --- a/remoting/getty/getty_client_test.go +++ b/remoting/getty/getty_client_test.go @@ -91,7 +91,6 @@ 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) @@ -99,6 +98,7 @@ func testClient_Call(t *testing.T, c *Client) { testGetUser5(t, c) testGetUser6(t, c) testGetUser61(t, c) + testGetUser0(t, c) } func testGetBigPkg(t *testing.T, c *Client) {