Skip to content
Snippets Groups Projects
Verified Commit 6e2772ab authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

Revert "test: comment-out store_test.go:401"

This reverts commit 8b0fb4ab.
parent 8b0fb4ab
No related branches found
No related tags found
No related merge requests found
......@@ -398,10 +398,9 @@ func TestFilesCreateAndGet(t *testing.T) {
if err != nil {
t.Fatalf("unexpected error: %v", err)
}
// FIXME: commented-out for https://gitlab.servus.at/aura/tank/-/issues/82
//if len(files) != 2 {
// t.Fatalf("show '%d' should contain 2 files but ListFiles returned: %+v", testShow1, files)
//}
if len(files) != 2 {
t.Fatalf("show '%d' should contain 2 files but ListFiles returned: %+v", testShow1, files)
}
for _, file := range files {
if file.ID == in1.ID {
if !fileEqual(in1, out1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment