From 32a000ddbd4a4ade18862a615334729b9d0cdd99 Mon Sep 17 00:00:00 2001 From: keleher <keleher@cs.umd.edu> Date: Wed, 19 Feb 2020 15:09:00 -0500 Subject: [PATCH] auto --- assign1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assign1.md b/assign1.md index ab6e446..988a329 100644 --- a/assign1.md +++ b/assign1.md @@ -125,7 +125,7 @@ You should also build `rotate2D`, which is a *generic* version of the above. ### Unit Tests Copy the following unit tests verbatim into your file -`assign1Ttests.swift`. Do no change anything, as we will use the exact tests +`assign1Tests.swift`. Do no change anything, as we will use the exact tests below to test your definitions in `model.swift`. ``` func testSetup() { -- GitLab