File tree 1 file changed +2
-2
lines changed
examples/docs_snippets/docs_snippets/concepts/io_management
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ def cm_resource():
35
35
with pytest .raises (
36
36
DagsterInvariantViolationError ,
37
37
match = re .escape (
38
- "At least one provided dg. resource is a generator, but attempting to"
38
+ "At least one provided resource is a generator, but attempting to"
39
39
" access resources outside of context manager scope. You can use the"
40
40
" following syntax to open a context manager: `with"
41
41
" build_input_context(...) as context:`" ,
@@ -74,7 +74,7 @@ def cm_resource():
74
74
with pytest .raises (
75
75
DagsterInvariantViolationError ,
76
76
match = re .escape (
77
- "At least one provided dg. resource is a generator, but attempting to"
77
+ "At least one provided resource is a generator, but attempting to"
78
78
" access resources outside of context manager scope. You can use the"
79
79
" following syntax to open a context manager: `with"
80
80
" build_output_context(...) as context:`" ,
You can’t perform that action at this time.
0 commit comments