Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
jansigi committed Apr 10, 2024
1 parent c70859b commit 1e8b16f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ class CouchbaseBaseBinderProcessorKotlinTest {

@Test
fun testKotlinSchemaGeneration() {
val expected = File("src\\test\\resources\\ExpectedSchema.txt").readLines()
val expected = File("src/test/resources/ExpectedSchema.txt").readLines()
val testObject = SourceFile.kotlin(
"TestObject.kt",
"package com.kaufland.testModels\n" +
Expand Down

0 comments on commit 1e8b16f

Please sign in to comment.