rustfmt & [Tests] add new field to Streamers table

This commit is contained in:
OMGeeky
2023-06-17 17:52:58 +02:00
parent 512ae1a070
commit ed66ba5d05

View File

@@ -2,8 +2,8 @@ use std::path::{Path, PathBuf};
use chrono::{DateTime, NaiveDateTime, Utc}; use chrono::{DateTime, NaiveDateTime, Utc};
// use bigquery_googleapi::BigqueryClient; // use bigquery_googleapi::BigqueryClient;
use google_bigquery_v2::prelude::*;
use downloader::prelude::*; use downloader::prelude::*;
use google_bigquery_v2::prelude::*;
use downloader; use downloader;
use downloader::data::{Streamers, VideoData, VideoMetadata, Videos}; use downloader::data::{Streamers, VideoData, VideoMetadata, Videos};
@@ -60,6 +60,7 @@ fn get_sample_video(client: &BigqueryClient) -> VideoData {
youtube_user: Some("NoPixel VODs".to_string()), youtube_user: Some("NoPixel VODs".to_string()),
watched: Some(true), watched: Some(true),
public_videos_default: Some(false), public_videos_default: Some(false),
youtube_google_ident: None,
}, },
} }
} }