Skip to content

Commit a57c80c

Browse files
markiewiczartArtur Markiewicz
authored andcommitted
Making all test files visible
1 parent 5b7030d commit a57c80c

File tree

24 files changed

+24
-24
lines changed

24 files changed

+24
-24
lines changed

Coroutines/Async vs Launch/Async/task-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 37
88
placeholder_text: TODO()
99
- name: test/Tests.kt
10-
visible: false
10+
visible: true

Coroutines/Async vs Launch/Launch/task-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 63
88
placeholder_text: TODO()
99
- name: test/output.txt
10-
visible: false
10+
visible: true

Coroutines/Cancelation of Coroutines/Cancelling coroutines/task-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ files:
1010
length: 47
1111
placeholder_text: ""
1212
- name: test/output.txt
13-
visible: false
13+
visible: true

Coroutines/Cancelation of Coroutines/Cooperative/task-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 18
88
placeholder_text: i < 10
99
- name: test/output.txt
10-
visible: false
10+
visible: true

Coroutines/Composing suspend functions/Concurrent/task-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ files:
1616
length: 8
1717
placeholder_text: ""
1818
- name: test/Tests.kt
19-
visible: false
19+
visible: true

Coroutines/CoroutineContext and Dispatchers/Combining context elements/task-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ files:
1010
length: 25
1111
placeholder_text: ""
1212
- name: test/output.txt
13-
visible: false
13+
visible: true

Coroutines/Exception-Handling/CoroutineExceptionHandler/task-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 98
88
placeholder_text: TODO()
99
- name: test/output.txt
10-
visible: false
10+
visible: true

DSL/DSL toolbox/Create a DSL/task-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 917
88
placeholder_text: // Implement your DSL here
99
- name: test/output.txt
10-
visible: false
10+
visible: true

DSL/Infix functions/Define infix function/task-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 83
88
placeholder_text: // Define the infix function "pow" here
99
- name: test/Tests.kt
10-
visible: false
10+
visible: true

Delegation/Delegated properties/Create read-only delegate/task-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ files:
77
length: 331
88
placeholder_text: class LazyPokemonProperty
99
- name: test/output.txt
10-
visible: false
10+
visible: true

0 commit comments

Comments
 (0)