Skip to content

Commit

Permalink
Fix bad test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mramato committed Jan 29, 2014
1 parent b56be14 commit afdc787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specs/DynamicScene/CzmlDataSourceSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ defineSuite([
var dataSource = new CzmlDataSource();
dataSource.load(packet);
var dynamicObject = dataSource.getDynamicObjectCollection().getObjects()[0];
expect(dynamicObject.viewFrom.getValue(Iso8601.MINIMUM_VALUE)).toEqual(packet.description);
expect(dynamicObject.description.getValue(Iso8601.MINIMUM_VALUE)).toEqual(packet.description);
});

it('CZML Availability works with a single interval.', function() {
Expand Down

0 comments on commit afdc787

Please sign in to comment.