Skip to content

Commit

Permalink
Fix file length
Browse files Browse the repository at this point in the history
  • Loading branch information
ctessum committed Mar 31, 2023
1 parent 1315887 commit a04fd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/config_test.go
Expand Up @@ -111,7 +111,7 @@ func TestRunInputFromViper(t *testing.T) {
"764874ad5081665459c67d40607f68df6fc689aa695b4822e012aef84cba5394.prj": 432,
"434bf26e3fda1ef9cef7e1fa6cc6b5174d11a22b19cbe10d256adc83b2a97d44.ncf": 14284,
"ffe280d818c1549074d0e15cfb74377b891287d7f81a4ad9038d0f65b12f6642.nc": 3484,
"2cf092df9eed4646cddfb73ac5bd313e508f56249081b06a6ad7f1607ce1406e.gob": 21276,
"2cf092df9eed4646cddfb73ac5bd313e508f56249081b06a6ad7f1607ce1406e.gob": 21305,
}
if len(js.FileData) != len(wantFiles) {
t.Errorf("incorrect number of files: %d != %d", len(js.FileData), len(wantFiles))
Expand Down

0 comments on commit a04fd29

Please sign in to comment.