mirror of
				https://github.com/XRPLF/clio.git
				synced 2025-11-04 11:55:51 +00:00 
			
		
		
		
	tests: Fix falling test
This commit is contained in:
		@@ -830,6 +830,8 @@ TEST_F(RPCAccountLinesHandlerTest, FrozenTrustLineResponse)
 | 
			
		||||
                "limit_peer": "200",
 | 
			
		||||
                "quality_in": 0,
 | 
			
		||||
                "quality_out": 0,
 | 
			
		||||
                "no_ripple": false,
 | 
			
		||||
                "no_ripple_peer": false,
 | 
			
		||||
                "peer_authorized": true,
 | 
			
		||||
                "freeze_peer": true
 | 
			
		||||
            },
 | 
			
		||||
@@ -842,7 +844,9 @@ TEST_F(RPCAccountLinesHandlerTest, FrozenTrustLineResponse)
 | 
			
		||||
                "quality_in": 0,
 | 
			
		||||
                "quality_out": 0,
 | 
			
		||||
                "authorized": true,
 | 
			
		||||
                "freeze": true
 | 
			
		||||
                "freeze": true,
 | 
			
		||||
                "no_ripple": false,
 | 
			
		||||
                "no_ripple_peer": false
 | 
			
		||||
            }
 | 
			
		||||
        ]
 | 
			
		||||
    })";
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user