mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 22:27:17 +02: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
@ -2895,7 +2895,7 @@ func TestPreprocessAndWrapWithStepInvariantExpr(t *testing.T) {
|
|||||||
},
|
},
|
||||||
PosRange: posrange.PositionRange{
|
PosRange: posrange.PositionRange{
|
||||||
Start: 29,
|
Start: 29,
|
||||||
End: 52,
|
End: 51,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user