Refactor test naming

This commit is contained in:
Alexander Nozik 2022-07-16 11:35:50 +03:00
parent b522e5919e
commit 68add4cb5f
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
## [Unreleased]
### Added
- Autodiff for generic algebra elements in core!
### Changed
- Kotlin 1.7

View File

@ -25,7 +25,7 @@ internal inline fun diff(
DSField(DoubleField, ::DoubleBuffer, order, mapOf(*parameters)).block()
}
internal class AutoDiffTest {
internal class DSTest {
private val x by symbol
private val y by symbol