]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/usa-cities/usa-cities-tests.factor
git: fix tests
[factor.git] / extra / usa-cities / usa-cities-tests.factor
index 031bc4fb9f04a5781eb16aa4140beb124d8c7cb2..0e76847a300e0ec830367cc6637c71356504d1e7 100644 (file)
@@ -1,6 +1,5 @@
 ! Copyright (C) 2009 Doug Coleman.
-! See http://factorcode.org/license.txt for BSD license.
+! See https://factorcode.org/license.txt for BSD license.
 USING: accessors kernel tools.test usa-cities ;
-IN: usa-cities.tests
 
 { t } [ 55406 find-zip-code name>> "Minneapolis" = ] unit-test