Skip to content

Commit

Permalink
unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-catalano committed Feb 15, 2024
1 parent ad8790c commit eee70e0
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ s, new PartitionKey(s.getPartitionKey())))
return container.executeBulkOperations(cosmosItemOperationStream);
}

// public CosmosItemResponse<CosmosNodeCallCounts> save(CosmosNodeCallCounts item) {
// CosmosContainer container = cosmosClient.getDatabase(dbname).getContainer(tablename);
// return container.createItem(item);
// }

public List<CosmosNodeCallCounts> getStationCounts(ZonedDateTime dateFrom) {
List<SqlParameter> paramList = new ArrayList<>();
paramList.addAll(Arrays.asList(new SqlParameter("@from", dateFrom.toInstant())));
Expand Down

0 comments on commit eee70e0

Please sign in to comment.