Skip to content

Commit

Permalink
Update DatafileReaderTest.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinha610 authored Jul 30, 2024
1 parent 1516d9c commit a0cfb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/kotlin/com/featurevisor/sdk/DatafileReaderTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.junit.jupiter.api.Test
class DatafileReaderTest {

private val systemUnderTest = DatafileReader(
datafileJson = DatafileContentFactory.get()
datafileContent = DatafileContentFactory.get()
)

@Test
Expand Down

0 comments on commit a0cfb96

Please sign in to comment.