Skip to content

Commit

Permalink
tests up
Browse files Browse the repository at this point in the history
  • Loading branch information
Рахимов Рустам (Rakhimov_RR) authored and Рахимов Рустам (Rakhimov_RR) committed Feb 16, 2024
1 parent a291c98 commit d353bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pylint/test_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

test_version() {
assertEquals "pylint 3.0.3
astroid 2.15.5
astroid 3.0.3
Python 3.11.3 (main, May 7 2023, 19:33:53) [Clang 16.0.3 ]" "$(../bin/pylint.sh --version)"
}

Expand Down
2 changes: 1 addition & 1 deletion pylint/test_windows.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

test_version() {
assertEquals "pylint 3.0.3
astroid 2.15.5
astroid 3.0.3
Python 3.11.3 (main, May 7 2023, 18:40:36) [MSC v.1929 64 bit (AMD64)]" "$(../bin/pylint.bat --version | dos2unix )"
}

Expand Down

0 comments on commit d353bea

Please sign in to comment.