Skip to content

Commit

Permalink
test: Fix typo. (#1650)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Geer authored May 29, 2020
1 parent 1f48fab commit bd08f2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class SearchRouteV2R2RSpec extends R2RSpec {
private val timeTagResourceIri = new MutableTestIri

// If true, writes all API responses to test data files. If false, compares the API responses to the existing test data files.
private val writeTestDataFiles = true
private val writeTestDataFiles = false

override lazy val rdfDataObjects: List[RdfDataObject] = List(
RdfDataObject(path = "_test_data/demo_data/images-demo-data.ttl", name = "http://www.knora.org/data/00FF/images"),
Expand Down

0 comments on commit bd08f2c

Please sign in to comment.