Rename test_ellapse_time to mock_elapsed_time

This commit is contained in:
Simon Hausmann 2020-08-03 17:52:42 +02:00
parent f2166d91a6
commit 37f874a26b
6 changed files with 22 additions and 21 deletions

View file

@ -108,7 +108,7 @@ pub fn create_window() -> re_exports::ComponentWindow {
/// This module contains functions usefull for unit tests
pub mod testing {
pub use sixtyfps_corelib::tests::sixtyfps_test_ellapse_time as ellapse_time;
pub use sixtyfps_corelib::tests::sixtyfps_mock_elapsed_time as mock_elapsed_time;
}
/// Include the code generated with the sixtyfps-build crate from the build script