mirror of
https://github.com/navidrome/navidrome.git
synced 2025-12-23 23:18:05 -05:00
tests(plugins): change BeforeEach to BeforeAll in MetadataAgent tests
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
var _ = Describe("MetadataAgent", func() {
|
||||
var _ = Describe("MetadataAgent", Ordered, func() {
|
||||
var (
|
||||
manager *Manager
|
||||
agent agents.Interface
|
||||
@@ -22,7 +22,7 @@ var _ = Describe("MetadataAgent", func() {
|
||||
tmpDir string
|
||||
)
|
||||
|
||||
BeforeEach(func() {
|
||||
BeforeAll(func() {
|
||||
ctx = GinkgoT().Context()
|
||||
|
||||
// Get testdata directory
|
||||
|
||||
Reference in New Issue
Block a user