Skip to content

Commit

Permalink
fix test error text
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hoffman committed Dec 6, 2017
1 parent 852407a commit b9a17d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions physical/inmem/cache_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func TestCache_ExcludeCoreTransactional(t *testing.T) {
t.Fatal(err)
}
if string(entry.Value) != "foobar" {
t.Fatal("expected cached value")
t.Fatal("expected uncached value")
}
}

Expand Down Expand Up @@ -301,7 +301,7 @@ func TestCache_CoreExceptions(t *testing.T) {
t.Fatal(err)
}
if string(ent.Value) != "foobar" {
t.Fatal("expected cached value")
t.Fatal("expected uncached value")
}

// another one
Expand Down

0 comments on commit b9a17d0

Please sign in to comment.