testing1/alcohol_test1.scala
changeset 279 14bf4e478534
parent 278 0c2481cd8b1c
child 280 a057dc4457fc
--- a/testing1/alcohol_test1.scala	Tue Oct 29 09:54:52 2019 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-
-val url_alcohol_test = 
-  "https://raw.githubusercontent.com/fivethirtyeight/data/master/alcohol-consumption/drinks.csv"
-
-val file_population_test = 
-  "population.csv"
-
-assert(CW6b.get_csv_page(url_alcohol_test).size == 194)
-
-assert(CW6b.get_csv_file(file_population_test).size == 216)
-
-