From d1ef1a1141066fc6919bb77358b2e22060edbdb1 Mon Sep 17 00:00:00 2001 From: Svetlana Isakova Date: Thu, 3 Dec 2020 12:43:44 +0100 Subject: [PATCH] Minor: fixed placeholders for compilation --- .../Type Checking/Exercise 3/task-info.yaml | 2 +- Usability/when Expressions/Exercise 1/task-info.yaml | 2 +- util/test/TestAllExamples.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Object-Oriented Programming/Type Checking/Exercise 3/task-info.yaml b/Object-Oriented Programming/Type Checking/Exercise 3/task-info.yaml index da9c31ba..f08d095c 100644 --- a/Object-Oriented Programming/Type Checking/Exercise 3/task-info.yaml +++ b/Object-Oriented Programming/Type Checking/Exercise 3/task-info.yaml @@ -3,7 +3,7 @@ files: - name: src/Task.kt visible: true placeholders: - - offset: 245 + - offset: 115 length: 1366 placeholder_text: // TODO - name: test/Tests.kt diff --git a/Usability/when Expressions/Exercise 1/task-info.yaml b/Usability/when Expressions/Exercise 1/task-info.yaml index c44b535b..e676e410 100644 --- a/Usability/when Expressions/Exercise 1/task-info.yaml +++ b/Usability/when Expressions/Exercise 1/task-info.yaml @@ -3,7 +3,7 @@ files: - name: src/Task.kt visible: true placeholders: - - offset: 154 + - offset: 155 length: 271 placeholder_text: TODO() - name: test/Tests.kt diff --git a/util/test/TestAllExamples.java b/util/test/TestAllExamples.java index dfb3af1e..833b5a42 100644 --- a/util/test/TestAllExamples.java +++ b/util/test/TestAllExamples.java @@ -3073,7 +3073,7 @@ public class TestAllExamples extends AbstractTestExamples { @Test public void testMain() { - testExample("Introduction to Objects/Packages/Exercise 3/src/Main.kt", packagesExercise3.Task3Kt::main); + testExample("Introduction to Objects/Packages/Exercise 3/src/Task3.kt", packagesExercise3.Task3Kt::main); } @Test