Week 5 dogscats-ensemble - error loading test data

I am experiencing an error in this line in dogscats-ensemble.ipynb (week 5).

test = get_data(path+‘test’)

the files in test directory are not split into categories as in train or validate, so this appears to be an invalid method of loading data.

As it stands the variable test is not used in the remainder of dogscats-ensemble.ipynb

Am I missing the obvious?