|  | @@ -19,7 +19,7 @@ func TestLevelDB(t *testing.T) {
 | 
	
		
			
				|  |  |  		return &Student{}
 | 
	
		
			
				|  |  |  	})
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -	collection := ezdb.LevelDB(path, marshaler, nil)
 | 
	
		
			
				|  |  | +	collection := LevelDB(path, marshaler, nil)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  	cmp := func(expected, actual *Student) error {
 | 
	
		
			
				|  |  |  		if expected == nil && actual != nil {
 |