소스 검색

Rename test folder to tests in the runtime

Shamil Gadelshin 4 년 전
부모
커밋
5c33e85c2f
3개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      runtime/src/lib.rs
  2. 0 0
      runtime/src/tests/mod.rs
  3. 0 0
      runtime/src/tests/proposals_integration.rs

+ 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