Skip to content

Commit

Permalink
Fixed failing exporter test
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Sep 12, 2024
1 parent c5c46f5 commit f4373a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ IllMemoryProfilerExporterTest >> assertCSVContent: csvReader [
IllMemoryProfilerExporterTest >> expectedCSVHeader [

^ #( 'finalizationTimeInMicroSeconds' 'sizeInBytes' 'initializationTimeInMicroSeconds'
'allocatedObjectClass' 'survivedScavenges' 'survivedFullGCs' 'forcedFinalization' 'allocationSite' )
'allocatedObjectClass' 'survivedScavenges' 'survivedFullGCs' 'forcedFinalization' 'allocatorMethod' )
]

{ #category : 'exporting' }
Expand Down

0 comments on commit f4373a1

Please sign in to comment.