File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ async def test_scroll_absolute(connection_creator):
9494@pytest .mark .run_loop  
9595async  def  test_scroll_errors (connection_creator ):
9696    conn  =  await  connection_creator ()
97+     await  _prepare (conn )
9798    cur  =  await  conn .cursor ()
9899
99100    with  pytest .raises (ProgrammingError ):
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ async def test_sscursor_scroll_absolute(connection):
132132@pytest .mark .run_loop  
133133async  def  test_sscursor_scroll_errors (connection ):
134134    conn  =  connection 
135+     await  _prepare (conn )
135136    cursor  =  await  conn .cursor (SSCursor )
136137
137138    await  cursor .execute ('SELECT * FROM tz_data;' )
@@ -151,7 +152,7 @@ async def test_sscursor_scroll_errors(connection):
151152async  def  test_sscursor_cancel (connection ):
152153    conn  =  connection 
153154    cur  =  await  conn .cursor (SSCursor )
154-     # Prepare ALOT  of data 
155+     # Prepare A LOT  of data 
155156
156157    await  cur .execute ('DROP TABLE IF EXISTS long_seq;' )
157158    await  cur .execute (
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments