mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-18 05:17:28 +00:00
chore: replace pl.allegro with com.nicklastrange in Groovy fixtures
This commit is contained in:
Vendored
+3
-3
@@ -1,7 +1,7 @@
|
||||
package pl.allegro.example
|
||||
package com.nicklastrange.example
|
||||
|
||||
import pl.allegro.logistics.Processor
|
||||
import pl.allegro.logistics.util.Helper
|
||||
import com.nicklastrange.Processor
|
||||
import com.nicklastrange.util.Helper
|
||||
|
||||
class SampleService {
|
||||
Processor processor
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
package pl.allegro.example
|
||||
package com.nicklastrange.example
|
||||
|
||||
import spock.lang.Specification
|
||||
|
||||
|
||||
Reference in New Issue
Block a user