Skip to content

Commit

Permalink
Test case failure change
Browse files Browse the repository at this point in the history
Signed-off-by: Rajshekar Chavakula <[email protected]>
  • Loading branch information
chavakula committed Feb 2, 2024
1 parent 3b29d19 commit 2df7fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/store/etcd/silenced_store_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func TestSilencedStorageWithBeginAndExpire(t *testing.T) {
silenced.Expire = 15
currentTime := time.Now().UTC().Unix()
// set a begin time in the future
silenced.Begin = currentTime + 3600
silenced.Begin = currentTime + 100
// current time is before the start time
ctx := context.WithValue(context.Background(), types.NamespaceKey, silenced.Namespace)

Expand Down

0 comments on commit 2df7fbd

Please sign in to comment.