Skip to content
Snippets Groups Projects
Commit 78d87265 authored by Christian Pointner's avatar Christian Pointner
Browse files

fix test cases

parent 9165f17e
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ func TestMigrations(t *testing.T) {
t.Fatalf("creating new store failed: %v", err)
}
// TODO: This is only true for now!!
if store.GetRevision() != "201906010144" {
if store.GetRevision() != "201906051520" {
t.Fatalf("for now new databases should have revision %q: got %q", "201905160033", store.GetRevision())
}
store.Close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment