diff --git a/assign1/README.md b/assign1/README.md
index 8ccfb1d6fdaaaa5c607cbb805e47f9eb746b5777..93ad3b683ee21784f13ae419d83bb587678f02cd 100644
--- a/assign1/README.md
+++ b/assign1/README.md
@@ -74,9 +74,10 @@ As we did in class, you will create a new SwiftUI iOS app:
   cloned from gitlab earlier). 
 - When creating the project:
   - call it `assign1`
-  - **check** "unit tests", **uncheck** `git`, **uncheck** UI tests
-    (not fatal, but the `Test` command from the `Product` menu will
-    fail because it will try to test your GUI, and you don't have one.
+  - **check** "unit tests", **uncheck** `git`, **check** tests
+    (do not delete the UI tests, as some students have reported
+    problems with running the file when cloned to a second location
+    after doing so). 
 - Create a new file `model.swift` to implement the `Twos` class in
 your app by selecting "New / File"
 from the File menu, selecting the Swift file icon in the dialog, and