diff --git a/test/scrobbler.test.ts b/test/scrobbler.test.ts index 3aac9a5..2c13f82 100644 --- a/test/scrobbler.test.ts +++ b/test/scrobbler.test.ts @@ -5,7 +5,6 @@ import { createScrobbler } from "../src/scrobbler.js" import { Configuration } from "../src/configuration.js" import { pino } from "pino" import { createLastFmApi } from "../src/lastFm.js" -import assert from "node:assert" import { assertObservableResults } from "./util/rxUtil.js" import { trackPlayingResponse } from "./util/bluOsUtil.js"