Remove useless semicolon
This commit is contained in:
parent
8e49a66b14
commit
a93cd4692a
|
@ -13,7 +13,7 @@ class CvrApiSpec extends Specification {
|
|||
|
||||
def setup() {
|
||||
api = new CvrApi("Test User Agent", "testAuthToken")
|
||||
mockServer.start();
|
||||
mockServer.start()
|
||||
}
|
||||
|
||||
def cleanup() {
|
||||
|
|
Loading…
Reference in a new issue