mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-14 16:47:31 +08:00
fix old tests that's found not working during travis integration.
This commit is contained in:
@@ -10,7 +10,7 @@ func TestXYZ(t *testing.T) {
|
||||
|
||||
dat, _ := ioutil.ReadFile(fname)
|
||||
|
||||
fixed_data := FixJpgOrientation(".jpg", dat)
|
||||
fixed_data := FixJpgOrientation(dat)
|
||||
|
||||
ioutil.WriteFile("fixed1.jpg", fixed_data, 0644)
|
||||
|
||||
|
Reference in New Issue
Block a user