Skip to content

Commit

Permalink
Renamed (unused) class StderrCapture to StdoutCapture
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Nov 17, 2023
1 parent 0b528f8 commit 2aca7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/test_create_dss_docker_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from exasol.ds.sandbox.lib import pretty_print


class StderrCapture:
class StdoutCapture:
def __init__(self):
self._stream = sys.stdout
self._buffer = io.StringIO("")
Expand Down

0 comments on commit 2aca7aa

Please sign in to comment.