Skip to content

Commit

Permalink
#113 fixing integration test for MetadataService
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushant committed Sep 7, 2022
1 parent 1d81b6c commit f458998
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package au.org.ala.dashboard

import grails.testing.mixin.integration.Integration
import grails.testing.services.ServiceUnitTest
import org.springframework.beans.factory.annotation.Autowired
import spock.lang.Specification


@Integration
class MetadataServiceSpec extends Specification implements ServiceUnitTest<MetadataService> {

// @Shared def metadataService
@Autowired
MetadataService metadataService
// def cacheService
Expand Down

0 comments on commit f458998

Please sign in to comment.