mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-12-25 05:29:43 +00:00
update test name
This commit is contained in:
parent
4f04f9335c
commit
1929b26505
1 changed files with 1 additions and 1 deletions
|
@ -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(());
|
||||
|
|
Loading…
Reference in a new issue