mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
tests(plugins): change BeforeEach to BeforeAll in MetadataAgent tests
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
42d48300bb
commit
39be1878cb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user