Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilman committed Feb 10, 2024
1 parent 9df2458 commit b08fe19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ async def _test_smoke(self, creds_fn):
self.assertEqual(1, len(agc._ss_cache_key))
self.assertEqual(1, len(agc._ss_cache_title))
self.assertEqual(ss, agc._ss_cache_key[ss.id])
self.assertEqual(ss, agc._ss_cache_title[await ss.get_title()])
self.assertEqual(ss, agc._ss_cache_title[ss.title])

await agc.insert_permission(ss.id, None, perm_type="anyone", role="writer")

Expand Down

0 comments on commit b08fe19

Please sign in to comment.