mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix build issue
This commit is contained in:
parent
297f64e286
commit
4d3353750e
|
@ -2,6 +2,7 @@ package images
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"io/ioutil"
|
"io/ioutil"
|
||||||
|
"os"
|
||||||
"testing"
|
"testing"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -14,4 +15,6 @@ func TestXYZ(t *testing.T) {
|
||||||
|
|
||||||
ioutil.WriteFile("fixed1.jpg", fixed_data, 0644)
|
ioutil.WriteFile("fixed1.jpg", fixed_data, 0644)
|
||||||
|
|
||||||
|
os.Remove("fixed1.jpg")
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue