diff --git a/src/spectator/matchers/match_data_labeled_value.cr b/src/spectator/matchers/match_data_labeled_value.cr index 2b201ef..0fc3d59 100644 --- a/src/spectator/matchers/match_data_labeled_value.cr +++ b/src/spectator/matchers/match_data_labeled_value.cr @@ -3,7 +3,7 @@ module Spectator::Matchers private struct MatchDataLabeledValue # Label tied to the value. # This annotates what the value is. - getter label : String + getter label : Symbol # The actual value from the match data. getter value : MatchDataValue