]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/math/finance/finance-tests.factor
more test IN: cleanup.
[factor.git] / extra / math / finance / finance-tests.factor
index ed2d4cae34dad1fd87ed0ec419ec1982decbb59a..0a28581399e64b64d2424e5ac35aee5047a5455b 100644 (file)
@@ -1,8 +1,6 @@
 USING: kernel math math.functions math.finance sequences
 tools.test ;
 
-IN: math.finance.tests
-
 { { 1 2 3 4 5 } } [ { 1 2 3 4 5 } 1 ema ] unit-test
 { { 1+1/2 2+1/2 3+1/2 4+1/2 } } [ { 1 2 3 4 5 } 2 ema ] unit-test
 { { 2 3 4 } } [ { 1 2 3 4 5 } 3 ema ] unit-test