Skip to content

Commit

Permalink
Update internal/validitywindow/validitywindow_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: aaronbuchwald <[email protected]>
Signed-off-by: Tsachi Herman <[email protected]>
  • Loading branch information
tsachiherman and aaronbuchwald authored Jan 15, 2025
1 parent 919e852 commit e0a910c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/validitywindow/validitywindow_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ func TestValidityWindowIsRepeat(t *testing.T) {
for _, test := range tests {
t.Run(test.name, func(t *testing.T) {
r := require.New(t)
r.NoError(nil)

chainIndex := &testChainIndex{}
tvw := NewTimeValidityWindow(&logging.NoLog{}, trace.Noop, chainIndex)
Expand Down

0 comments on commit e0a910c

Please sign in to comment.