Skip to content

Commit 77b7ca0

Browse files
authored
Merge pull request #3757 from Earlopain/snapshot-tests-speed
2 parents 1da0733 + 8ec1600 commit 77b7ca0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/prism/snapshots_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def assert_snapshot(fixture, version)
4848
result = Prism.parse(source, filepath: fixture.path, version: version)
4949
assert result.success?
5050

51-
printed = PP.pp(result.value, +"", 79)
51+
printed = result.value.inspect
5252
snapshot = fixture.snapshot_path
5353

5454
if File.exist?(snapshot)

0 commit comments

Comments
 (0)