We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74cc65 commit 675c636Copy full SHA for 675c636
main_test.go
@@ -178,7 +178,7 @@ func TestCheckConversionM2(t *testing.T) {
178
stdin.Close()
179
outPrint, _ := ioutil.ReadAll(outPipe)
180
if !strings.Contains(string(outPrint), "32 F = 0 C") {
181
- t.Fatal("Did not property convert temperature")
+ t.Fatal("Did not properly convert temperature")
182
}
183
})
184
@@ -264,7 +264,7 @@ func TestParsePromptToUpperM2(t *testing.T) {
264
265
if !strings.Contains(string(outPrint), "32 F = 0 C") ||
266
!strings.Contains(string(outPrint), "212 F = 100 C") {
267
- t.Fatal("Did not propery parse user input")
+ t.Fatal("Did not properly parse user input")
268
269
270
0 commit comments