Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
Update test/ext/shopify-extensions/shopify_extensions_test.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Trish Ta <trish.ta@gmail.com>
  • Loading branch information
t6d and vividviolet committed Sep 17, 2021
1 parent 7ea8462 commit 4a1c5bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ext/shopify-extensions/shopify_extensions_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def test_recognizes_mac_os
assert_equal "darwin-arm64", Platform.new(m1_mac).to_s
end

def test_recognices_windows
def test_recognizes_windows
windows_vm_64_bit = ruby_config(os: "mingw32", cpu: "x64")
windows_vm_32_bit = ruby_config(os: "mingw32", cpu: "i686")
assert_equal "windows-amd64", Platform.new(windows_vm_64_bit).to_s
Expand Down

0 comments on commit 4a1c5bc

Please sign in to comment.