Skip to content

Commit 5a01c98

Browse files
committed
🚑 updated tests to match previous commit
1 parent 1258163 commit 5a01c98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/__tests__/components/TrainingFormCard.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const regressionPayload = {
3030
'encodings': ['simpleIndex'],
3131
'encoding': {
3232
'padding': 'no_padding',
33-
'prefix_length': 1,
33+
'prefix_length': 2,
3434
'generation_type': 'only',
3535
'add_remaining_time': false,
3636
'add_elapsed_time': false,
@@ -82,7 +82,7 @@ const labelPayload = {
8282
},
8383
'encoding': {
8484
'padding': 'no_padding',
85-
'prefix_length': 1,
85+
'prefix_length': 2,
8686
'generation_type': 'only',
8787
'add_remaining_time': false,
8888
'add_elapsed_time': false,

0 commit comments

Comments
 (0)