File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/intTest/java/com/box/sdkgen/events Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- { "engineHash" : " 7523fdd " , "specHash" : " fa34496" , "version" : " 0.1.0" }
1+ { "engineHash" : " 733e376 " , "specHash" : " fa34496" , "version" : " 0.1.0" }
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public void testEventUpload() {
4646 assert events .getEntries ().size () > 0 ;
4747 Event firstEvent = events .getEntries ().get (0 );
4848 assert convertToString (firstEvent .getEventType ()).equals ("UPLOAD" );
49- assert convertToString (firstEvent .getAdditionalDetails ().get ("hash_type " )).equals ("sha1" );
49+ assert !( convertToString (firstEvent .getAdditionalDetails ().get ("service_id " )).equals ("" ) );
5050 EventSource source = firstEvent .getSource ().getEventSource ();
5151 assert convertToString (source .getItemType ()).equals ("file" )
5252 || convertToString (source .getItemType ()).equals ("folder" );
You can’t perform that action at this time.
0 commit comments