Skip to content

Commit 47fb4dd

Browse files
Fix formatting in test_resource.py
1 parent 3b48b9b commit 47fb4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_resource.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ def test_codebase_cache_default(self):
694694
codebase.save_resource(child)
695695
child_2 = codebase.get_resource(path=child.path)
696696
assert child_2 == child
697-
697+
698698
def test_codebase_cache_handles_non_utf8_path(self):
699699
test_codebase = self.get_test_loc("resource/cache2")
700700
codebase = Codebase(test_codebase)

0 commit comments

Comments
 (0)