From 33dfa100dd4a05324f6467ef99c509572a16eaa5 Mon Sep 17 00:00:00 2001
From: Adrian Stoica <stoica@ntnu.no>
Date: Mon, 8 Nov 2021 15:00:32 +0100
Subject: [PATCH] docs: update slides for lecture 18

---
 lectures/revealjs/18-lecture-integration-testing.adoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lectures/revealjs/18-lecture-integration-testing.adoc b/lectures/revealjs/18-lecture-integration-testing.adoc
index d2ea496..8022e51 100644
--- a/lectures/revealjs/18-lecture-integration-testing.adoc
+++ b/lectures/revealjs/18-lecture-integration-testing.adoc
@@ -86,6 +86,7 @@ image::../images/lecture18/integration-tests.png[canvas, size=contain]
 
 == Isolating parts of the system
 
+[.smaller-80]
 - to be able to reliably and automatically test parts of the system we need to isolate them
 - the parts need to have a clear contract (the interface used to interact and communicate)
 - when parts of the system that the unit / component we want to test depends upon are not implemented these need to be simulated
-- 
GitLab