Sfoglia il codice sorgente

Rename test folder to tests in the runtime

Shamil Gadelshin 4 anni fa
parent
commit
5c33e85c2f

+ 1 - 1
runtime/src/lib.rs

@@ -8,7 +8,7 @@
 #![allow(array_into_iter)]
 
 // Runtime integration tests
-mod test;
+mod tests;
 
 // Make the WASM binary available.
 // This is required only by the node build.

+ 0 - 0
runtime/src/test/mod.rs → runtime/src/tests/mod.rs


+ 0 - 0
runtime/src/test/proposals_integration.rs → runtime/src/tests/proposals_integration.rs