chore: replace pl.allegro with com.nicklastrange in Groovy fixtures

This commit is contained in:
Mikołaj Cekut
2026-05-05 12:22:38 +02:00
parent dc69020a47
commit 6aecfcf0fe
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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
+1 -1
View File
@@ -1,4 +1,4 @@
package pl.allegro.example
package com.nicklastrange.example
import spock.lang.Specification