Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt committed Apr 3, 2024
1 parent afd8187 commit 6378ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import zio.test._
import org.knora.webapi.E2EZSpec
import org.knora.webapi.messages.store.triplestoremessages.RdfDataObject

object SampleE2ESpec extends E2EZSpec {
object SampleSpec extends E2EZSpec {

// add something to this list, if particular test data should be loaded
override def rdfDataObjects: List[RdfDataObject] = List.empty
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import org.knora.webapi.E2EZSpec
import org.knora.webapi.messages.store.triplestoremessages.RdfDataObject
import org.knora.webapi.util.KnoraBaseJsonModels

object SegmentE2EZSpec extends E2EZSpec {
object SegmentSpec extends E2EZSpec {

override def rdfDataObjects: List[RdfDataObject] = List(
RdfDataObject(
Expand Down

0 comments on commit 6378ab1

Please sign in to comment.