V2Ray 10 years ago
parent
commit
8204c9923d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      proxy/socks/config/json/config_test.go

+ 1 - 1
proxy/socks/config/json/config_test.go

@@ -20,7 +20,7 @@ func TestAccountMapParsing(t *testing.T) {
 	assert.Bool(accountMap.HasAccount("a", "b")).IsTrue()
 	assert.Bool(accountMap.HasAccount("a", "c")).IsFalse()
 	assert.Bool(accountMap.HasAccount("c", "d")).IsTrue()
-	assert.Bool(accountMap.HasAccount("e", "d")).IsTrue()
+	assert.Bool(accountMap.HasAccount("e", "d")).IsFalse()
 }
 
 func TestDefaultIPAddress(t *testing.T) {