diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-06-11 21:04:42 -0500 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-06-11 21:04:42 -0500 |
commit | 3527e1a22e559f8a3d6e87bb2d24adb6ae2c64a4 (patch) | |
tree | 1ac106f359141306d1c694a210523964f2a4f936 /test_import_variable.r | |
parent | 5e2e0b99ca28f10498df62bf2c1da1360437172e (diff) |
Migrated use-case launcher.py to test-case test_import_variable.py. R file renamed accordingly.
Diffstat (limited to 'test_import_variable.r')
-rw-r--r-- | test_import_variable.r | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test_import_variable.r b/test_import_variable.r new file mode 100644 index 0000000..3d13503 --- /dev/null +++ b/test_import_variable.r @@ -0,0 +1,2 @@ +msg_1 <- "Initializing Client - R" +msg_2 <- "Initialized Client - R"
\ No newline at end of file |