spec/appdash/event/log_spec.rb in appdash-0.6.0 vs spec/appdash/event/log_spec.rb in appdash-0.6.1

- old
+ new

@@ -12,10 +12,10 @@ end it "should annotate" do expect(atoh(subject.to_a)).to eq( "Msg" => "Hi", - "Time" => "2001-02-03T04:05:06+00:00", + "Time" => "2001-02-03T04:05:06.000000+00:00", "_schema:log" => "", ) end end