From 2d8e7ebb9386382fd8e731de07da2f0cc739fd79 Mon Sep 17 00:00:00 2001 From: Pavel Nikolaev Date: Thu, 30 Jul 2020 17:08:06 +0200 Subject: [PATCH] Upcasting/Exercise 1 renaming --- Object-Oriented Programming/Upcasting/Exercise 1/test/Tests.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Object-Oriented Programming/Upcasting/Exercise 1/test/Tests.kt b/Object-Oriented Programming/Upcasting/Exercise 1/test/Tests.kt index 53126c7d..3b173ec1 100644 --- a/Object-Oriented Programming/Upcasting/Exercise 1/test/Tests.kt +++ b/Object-Oriented Programming/Upcasting/Exercise 1/test/Tests.kt @@ -43,7 +43,7 @@ class TestUpcastingExercise1 { } @Test - fun `#02 sofa operations`() { + fun `#02 rodents actions`() { val mouse = loadClass("Mouse").createInstance() val kangarooRat = loadClass("KangarooRat").createInstance() val upcast = loadToplevelFunction(loadFileFacade(packageName), "upcast")