Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Поменять местами аргументы в assertions #50

Closed
astynax opened this issue Nov 19, 2020 · 1 comment
Closed

Поменять местами аргументы в assertions #50

astynax opened this issue Nov 19, 2020 · 1 comment

Comments

@astynax
Copy link
Contributor

astynax commented Nov 19, 2020

Сейчас в тестах везде стоит (check-equal? образец вызов_кода_юзера), но ожидаемое значение должно идти вторым элементом:

> (check-equal? 1 1.0 "not equal?")
; --------------------
; FAILURE
; name:       check-equal?
; location:   eval:7:0
; message:    "not equal?"
; actual:     1
; expected:   1.0
@astynax
Copy link
Contributor Author

astynax commented Nov 30, 2020

Порешал в коммите.

@astynax astynax closed this as completed Nov 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant