Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkoval committed May 30, 2023
2 parents 18e78a3 + 128b3a0 commit 771f4b3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
* Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed
* with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
package org.jetbrains.kotlinx.lincheck.test

import org.jetbrains.kotlinx.lincheck.*
import org.junit.*
import org.junit.Assert.*

class CustomScenariosDSLTest {
class CustomScenarioDSLTest {
@Test
fun testMinimalScenario() {
val scenario = scenario {}
Expand Down Expand Up @@ -74,4 +75,4 @@ class CustomScenariosDSLTest {
assertEquals(5, scenario.parallelExecution[0].size)
assertEquals(6, scenario.parallelExecution[1].size)
}
}
}

0 comments on commit 771f4b3

Please sign in to comment.