File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ mod tests {
251
251
let config = ReaderConfig {
252
252
hostname : "localhost" ,
253
253
port : None ,
254
- database : "transitdb " ,
254
+ database : "mycollection " ,
255
255
collection : "delays_" ,
256
256
} ;
257
257
let mut reader = Reader :: try_new ( & config, schema) ?;
Original file line number Diff line number Diff line change @@ -319,14 +319,14 @@ mod tests {
319
319
let reader_config = ReaderConfig {
320
320
hostname : "localhost" ,
321
321
port : None ,
322
- database : "transitdb " ,
322
+ database : "mycollection " ,
323
323
collection : "delays_" ,
324
324
} ;
325
325
let mut reader = Reader :: try_new ( & reader_config, schema. clone ( ) ) ?;
326
326
let writer_config = WriterConfig {
327
327
hostname : "localhost" ,
328
328
port : None ,
329
- database : "transitdb " ,
329
+ database : "mycollection " ,
330
330
collection : "delays_2" ,
331
331
write_mode : WriteMode :: Overwrite ,
332
332
coerce_types : true ,
You can’t perform that action at this time.
0 commit comments