Skip to content

Commit b8427f2

Browse files
committed
test(backends): expect version 3.1.1
1 parent eaa4fc6 commit b8427f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_spotify_web_backends.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def test_help_is_offline(self):
233233
def test_version_is_offline(self):
234234
result = run_cli("--version")
235235
self.assertEqual(result.returncode, 0, result.stderr)
236-
self.assertIn("spotify_monitor.py v3.1", result.stdout)
236+
self.assertIn("spotify_monitor.py v3.1.1", result.stdout)
237237

238238
# Verifies config generation emits valid Python without network access or Spotipy
239239
def test_generate_config_is_offline(self):

0 commit comments

Comments
 (0)