File tree Expand file tree Collapse file tree
tests/Nullforce.Api.Derpibooru.JsonModel.Tests/Integration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,6 +135,7 @@ public async void ImageRoot_GetJson_SuccessWithoutExceptions()
135135 image . OriginalSHA512Hash . Should ( ) . Be ( "a5b68e1cb435a818cc15d5a4e8f879d350700ae1dbe9d12b7d9e421abc6d2f6b622318d99d0e5b120c2c59b3df3b9b120e065a507142f48525935cbfd836588d" ) ;
136136 image . Score . Should ( ) . Be ( image . UpvoteCount - image . DownvoteCount ) ;
137137 image . SHA512Hash . Should ( ) . Be ( "a5b68e1cb435a818cc15d5a4e8f879d350700ae1dbe9d12b7d9e421abc6d2f6b622318d99d0e5b120c2c59b3df3b9b120e065a507142f48525935cbfd836588d" ) ;
138+ image . Size . Should ( ) . Be ( 1305509 ) ;
138139 image . SourceUri . Should ( ) . Be ( "http://yakovlev-vad.deviantart.com/art/Favorite-place-Color-Sketch-668408843" ) ;
139140 image . TagCount . Should ( ) . Be ( image . TagIds . Length ) ;
140141 image . TagIds . Should ( ) . HaveCount ( image . TagCount ) ;
You can’t perform that action at this time.
0 commit comments