update test name

This commit is contained in:
Niko Matsakis 2018-09-30 06:09:37 -04:00
parent 4f04f9335c
commit 1929b26505

View file

@ -12,7 +12,7 @@ fn memoized_twice() {
}
#[test]
fn transparent_twice() {
fn volatile_twice() {
let query = QueryContextImpl::default();
let v1 = query.volatile().of(());
let v2 = query.volatile().of(());