minishift / minishift-centos-iso

CentOS based ISO as an alternative for boot2docker ISO
GNU Lesser General Public License v3.0
40 stars 33 forks source link

Fix equality message #174

Closed coolbrg closed 6 years ago

coolbrg commented 6 years ago

Currently, assert_equal function display message which doesn't make sense. https://github.com/minishift/minishift-centos-iso/blob/0d44a677b2cbf52ac95b3b83afa9da39b55df261/tests/test.sh#L20-L25.

It should be Expected 'that' but got 'this'.

LalatenduMohanty commented 6 years ago

Resolved via https://github.com/minishift/minishift-centos-iso/pull/175