Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
lijamie98 committed Nov 8, 2023
1 parent 8c4ce30 commit 1e144a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package org.stellar.anchor.platform.config

import org.junit.jupiter.api.Assertions.assertFalse
import org.junit.jupiter.api.BeforeEach
import org.junit.jupiter.api.Test
import org.junit.jupiter.params.ParameterizedTest
import org.junit.jupiter.params.provider.EnumSource
import org.junit.jupiter.params.provider.ValueSource
Expand Down Expand Up @@ -34,7 +35,7 @@ class PropertyCustodyConfigTest {
assertFalse(errors.hasErrors())
}

@ParameterizedTest
@Test
fun `test empty type`() {
config.type = null
config.validate(config, errors)
Expand Down

0 comments on commit 1e144a4

Please sign in to comment.