Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldonadel committed Jun 27, 2023
1 parent 048e56c commit 74ecc4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/specification/json_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module Pod
'osx' => nil,
'ios' => nil,
'tvos' => nil,
'visionos'=> nil,
'watchos' => nil,
},
}
Expand Down Expand Up @@ -53,6 +54,7 @@ module Pod
'osx' => nil,
'ios' => nil,
'tvos' => nil,
'visionos'=> nil,
'watchos' => nil,
},
}
Expand Down

0 comments on commit 74ecc4a

Please sign in to comment.