mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Fix position in TestPreprocessAndWrapWithStepInvariantExpr
This is failing after 26088d01b9 and it seems that currently tested position is incorrect, fix it
Signed-off-by: Lukasz Mierzwa <l.mierzwa@gmail.com>
This commit is contained in:
parent
06d0b063ea
commit
7f58b4f784
1 changed files with 1 additions and 1 deletions
|
|
@ -2895,7 +2895,7 @@ func TestPreprocessAndWrapWithStepInvariantExpr(t *testing.T) {
|
|||
},
|
||||
PosRange: posrange.PositionRange{
|
||||
Start: 29,
|
||||
End: 52,
|
||||
End: 51,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue