From c85a724e219d979207c4967e559770cbc581b1b3 Mon Sep 17 00:00:00 2001
From: Alexx Roche <github@alexx.net>
Date: Wed, 3 Jun 2020 18:58:55 +0200
Subject: [PATCH] minor typo

`rustlings run tests1` wasn't working because of this typo.
---
 info.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info.toml b/info.toml
index d2c2ba5..2c871ad 100644
--- a/info.toml
+++ b/info.toml
@@ -311,7 +311,7 @@ hint = "No hints this time ;)"
 # TESTS
 
 [[exercises]]
-name = "quiz1"
+name = "tests1"
 path = "exercises/tests/tests1.rs"
 mode = "test"
 hint = """