mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-13 00:40:22 +00:00
rename test to give it a unique prefix
This commit is contained in:
parent
ce24850c3d
commit
c4d93f9733
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ fn mixed_constant() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn becomes_constant() {
|
fn becomes_constant_with_change() {
|
||||||
let db = &TestContextImpl::default();
|
let db = &TestContextImpl::default();
|
||||||
|
|
||||||
db.query(ConstantsInput).set('a', 22);
|
db.query(ConstantsInput).set('a', 22);
|
||||||
|
|
Loading…
Reference in a new issue