Skip to content

Commit

Permalink
fix: templates
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Aug 2, 2023
1 parent 8914880 commit ba0abaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/kotlin/tests/requests/requests.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import com.algolia.client.api.{{client}}
import com.algolia.client.model.{{import}}.*
import com.algolia.client.configuration.*
import com.algolia.client.transport.*
import com.algolia.extension.*
import com.algolia.utils.*
import io.ktor.http.*
import kotlinx.coroutines.test.*
Expand Down Expand Up @@ -81,4 +80,4 @@ class {{clientPrefix}}Test {
}
{{/tests}}
{{/blocksRequests}}
}
}

0 comments on commit ba0abaf

Please sign in to comment.