Skip to content

Commit 0a0008c

Browse files
committed
fix
1 parent 3424d96 commit 0a0008c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/blob/controllerserver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ func Test_parseDays(t *testing.T) {
13851385
args: args{
13861386
dayStr: "366",
13871387
},
1388-
want: 366,
1388+
want: 0,
13891389
wantErr: true,
13901390
},
13911391
{

0 commit comments

Comments
 (0)