mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-10 06:06:47 -04:00
Update result and ranking models for 2016.
This commit is contained in:
@@ -5,6 +5,7 @@ package main
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"io"
|
||||
"mime/multipart"
|
||||
@@ -135,6 +136,7 @@ func TestSetupSettingsBackupRestoreDb(t *testing.T) {
|
||||
|
||||
// Check restoring with the backup retrieved before.
|
||||
recorder = postFileHttpResponse("/setup/db/restore", "databaseFile", backupBody)
|
||||
fmt.Println(recorder.Body.String())
|
||||
assert.Equal(t, "Chezy Champs", eventSettings.Name)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user