Skip to content

Commit e18635f

Browse files
committed
Update expected test results
1 parent 6f80b9e commit e18635f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_cache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -505,10 +505,10 @@ def test_hint(self):
505505
with self.subTest("Lazy loading"):
506506
cache = Cache(self.gc, "GC9HJ2J")
507507
with self.recorder.use_cassette("cache_hint_lazy_loading"):
508-
self.assertEqual(cache.hint, "CZ: plot, nahore, vpravo; fotohint\nEN: fence, up, right; photohint")
508+
self.assertEqual(cache.hint, "[CZ:] plot, nahore, vpravo; fotohint\n[EN:] fence, up, right; photohint")
509509

510510
with self.subTest("Load by guid"):
511511
cache = Cache(self.gc, "GC9HJ2J")
512512
with self.recorder.use_cassette("cache_hint_load_by_guid"):
513513
cache.load_by_guid()
514-
self.assertEqual(cache.hint, "CZ: plot, nahore, vpravo; fotohint\nEN: fence, up, right; photohint")
514+
self.assertEqual(cache.hint, "[CZ:] plot, nahore, vpravo; fotohint\n[EN:] fence, up, right; photohint")

0 commit comments

Comments
 (0)