From ed66ba5d0550344337e7ba81e4b6c43e727f74c8 Mon Sep 17 00:00:00 2001 From: OMGeeky Date: Sat, 17 Jun 2023 17:52:58 +0200 Subject: [PATCH] rustfmt & [Tests] add new field to Streamers table --- tests/lib_tests.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/lib_tests.rs b/tests/lib_tests.rs index 126f1c7..f84e8be 100644 --- a/tests/lib_tests.rs +++ b/tests/lib_tests.rs @@ -2,8 +2,8 @@ use std::path::{Path, PathBuf}; use chrono::{DateTime, NaiveDateTime, Utc}; // use bigquery_googleapi::BigqueryClient; -use google_bigquery_v2::prelude::*; use downloader::prelude::*; +use google_bigquery_v2::prelude::*; use downloader; 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()), watched: Some(true), public_videos_default: Some(false), + youtube_google_ident: None, }, } }