Skip to content

Commit

Permalink
TEST: Cause a test to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Dec 13, 2024
1 parent acf2b3a commit f66e55b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/cache/dirtools/dirtools_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func TestUploadTree(t *testing.T) {
},
expectedInfo: &dirtools.TransferInfo{
FileCount: 2,
BytesTransferred: 84,
BytesTransferred: 42,
},
},
{
Expand Down

0 comments on commit f66e55b

Please sign in to comment.