Add timestamp pallet test (#340)

* Add timestamp pallet test

* Remove println

* Make timestamp test more reliable
This commit is contained in:
Andrew Jones
2021-12-01 13:00:45 +00:00
committed by GitHub
parent 4ca50ef844
commit a15fb0d632
2 changed files with 49 additions and 0 deletions
+1
View File
@@ -21,3 +21,4 @@ mod contracts;
mod staking;
mod sudo;
mod system;
mod timestamp;