Skip to content

Commit

Permalink
fix build. pass in timing information to feed save
Browse files Browse the repository at this point in the history
  • Loading branch information
scottreisdorf committed Jun 23, 2017
1 parent 9b4ef06 commit 2c237f6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -79,7 +79,7 @@ public void testFindFeedUsingGenericFilter() {
final String name = "testCategory.testFeed";
final String id = metadataAccess.commit(() -> {
final OpsManagerFeed.ID feedId = feedProvider.resolveId(UUID.randomUUID().toString());
feedProvider.save(feedId, name,false);
feedProvider.save(feedId, name,false,1000L);
return feedId.toString();
});

Expand Down

0 comments on commit 2c237f6

Please sign in to comment.