mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-12 16:35:21 +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]
|
||||
fn becomes_constant() {
|
||||
fn becomes_constant_with_change() {
|
||||
let db = &TestContextImpl::default();
|
||||
|
||||
db.query(ConstantsInput).set('a', 22);
|
||||
|
|
Loading…
Reference in a new issue