@@ -189,12 +189,10 @@ class TestSeedBatchSizeMaxSQLServer(SeedConfigBase):
189
189
@pytest .fixture (scope = "class" )
190
190
def seeds (self , test_data_dir ):
191
191
return {
192
- "five_columns.csv" : """
193
- seed_id,first_name,email,ip_address,birthday
192
+ "five_columns.csv" : """seed_id,first_name,email,ip_address,birthday
194
193
1,Larry,[email protected] ,69.135.206.194,2008-09-12 19:08:31
195
194
2,Larry,[email protected] ,64.210.133.162,1978-05-09 04:15:14
196
- 3,Anna,[email protected] ,168.104.64.114,2011-10-16 04:07:57
197
- """
195
+ 3,Anna,[email protected] ,168.104.64.114,2011-10-16 04:07:57"""
198
196
}
199
197
200
198
def test_max_batch_size (self , project , logs_dir ):
@@ -209,12 +207,10 @@ class TestSeedBatchSizeCustomSQLServer(SeedConfigBase):
209
207
@pytest .fixture (scope = "class" )
210
208
def seeds (self , test_data_dir ):
211
209
return {
212
- "six_columns.csv" : """
213
- seed_id,first_name,last_name,email,ip_address,birthday
210
+ "six_columns.csv" : """seed_id,first_name,last_name,email,ip_address,birthday
214
211
1,Larry,King,[email protected] ,69.135.206.194,2008-09-12 19:08:31
215
212
2,Larry,Perkins,[email protected] ,64.210.133.162,1978-05-09 04:15:14
216
- 3,Anna,Montgomery,[email protected] ,168.104.64.114,2011-10-16 04:07:57
217
- """
213
+ 3,Anna,Montgomery,[email protected] ,168.104.64.114,2011-10-16 04:07:57"""
218
214
}
219
215
220
216
def test_custom_batch_size (self , project , logs_dir ):
0 commit comments