From 73abece2159cc5ecaed9b4d97665c5805f07b05d Mon Sep 17 00:00:00 2001 From: Fedor Korotkiy Date: Thu, 19 Mar 2020 16:51:15 +0300 Subject: [PATCH] Fix --- lectures/04-testing/lecture.slide | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lectures/04-testing/lecture.slide b/lectures/04-testing/lecture.slide index fde8374..e17cfd5 100644 --- a/lectures/04-testing/lecture.slide +++ b/lectures/04-testing/lecture.slide @@ -516,5 +516,5 @@ Good example g.Assert(t, "example", recorder.Body.Bytes()) } -* `go test -update` сохраняет результат в файл -* `go test` сравнивает вывод с сохранённым результатом \ No newline at end of file +- `go test -update` сохраняет результат в файл +- `go test` сравнивает вывод с сохранённым результатом