marking1/alcohol_test1.scala
changeset 280 a56a6c28b700
parent 279 68b36b4efe82
child 281 32dfd2ca577b
equal deleted inserted replaced
279:68b36b4efe82 280:a56a6c28b700
     1 
       
     2 val url_alcohol_test = 
       
     3   "https://raw.githubusercontent.com/fivethirtyeight/data/master/alcohol-consumption/drinks.csv"
       
     4 
       
     5 val file_population_test = 
       
     6   "population.csv"
       
     7 
       
     8 assert(CW6b.get_csv_page(url_alcohol_test).size == 194)
       
     9 
       
    10 assert(CW6b.get_csv_file(file_population_test).size == 216)
       
    11 
       
    12