rename test to give it a unique prefix

This commit is contained in:
Niko Matsakis 2018-10-22 09:12:28 -04:00
parent ce24850c3d
commit c4d93f9733

View file

@ -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);