mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Fix spelling (#128)
* Fix spelling in .cpp files * Fix spelling in all files
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "execution_environment.h"
|
||||
|
||||
QUIZ_CASE(python_time) {
|
||||
TestExecutionEnvironment env = init_environement();
|
||||
TestExecutionEnvironment env = init_environnement();
|
||||
assert_command_execution_fails(env, "monotonic()");
|
||||
assert_command_execution_succeeds(env, "from time import *");
|
||||
assert_command_execution_succeeds(env, "monotonic()");
|
||||
|
||||
Reference in New Issue
Block a user