Kirubel Adamu
Kirubel Adamu
Hi, I ran your sample code and it works fine. Maybe check if `FindInterestByIds` is correctly returning its values.
@mpkorstanje I can take this issue.
Very essential feature!
> I honestly have very basic knowledge of vi and use nano when available. I'm not understanding, is this an exact terminal-like experience that you are looking for or the...
Make sure to have at least twice as much free space as the downloaded file. xdm needs to have a free space to store both the downloaded parts and the...
Yes. As @gnoe has said, you can specify the path of your feature file `godog.feature` within your test `godog_test.go` using the `Paths` field.
add the file names to the paths list. ``` ... Paths: []string{"../features/users.feature"} ... ```
What is the command you executed?
run `go test` inside the `services` directory.