mirror of
				https://github.com/optim-enterprises-bv/vault.git
				synced 2025-11-04 04:28:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			120 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			120 B
		
	
	
	
		
			Go
		
	
	
	
	
	
package physical
 | 
						|
 | 
						|
import "testing"
 | 
						|
 | 
						|
func TestInmemHA(t *testing.T) {
 | 
						|
	inm := NewInmemHA()
 | 
						|
	testHABackend(t, inm, inm)
 | 
						|
}
 |