Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farhan committed May 23, 2024
1 parent 5f63a7d commit 25bc84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xblock/test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,7 @@ class UnloadableXBlock(XBlock):
resources_dir = None

def stub_open_resource(self, uri):
"""Act like xblock.core.Blocklike.open_resource, for testing."""
return "!" + uri + "!"

@ddt.data(
Expand Down

0 comments on commit 25bc84f

Please sign in to comment.