Skip to content

Commit

Permalink
Fixed QoSPolicyTest duration strings
Browse files Browse the repository at this point in the history
  • Loading branch information
alrossi authored and mksahakyan committed Nov 17, 2023
1 parent 347c668 commit ea69bea
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -185,10 +185,10 @@ public void shouldDeserializePolicyCorrectly() {
private void givenAQoSPolicy() {
policy = aQoSPolicy("MyAnalysisData")
.withStates(
aQoSState().lasting("P1M")
aQoSState().lasting("P1D")
.with(aDiskSpecification("SSD").withCopies(2).partitionedBy("hostname"),
aDiskSpecification("spinning").withCopies(1)),
aQoSState().lasting("P3M")
aQoSState().lasting("P3D")
.with(aDiskSpecification("spinning").withCopies(2)
.partitionedBy("hostname"),
aTapeSpecification("CTA").withInstance("CTA::public")),
Expand Down

0 comments on commit ea69bea

Please sign in to comment.