Skip to content

Commit d0d134d

Browse files
authored
SG-13480: Fixed failed tests (#213)
* Fixed failed tests - Fixed failed tests caused by the auto-crlf on git on Windows Fixing it by adding a .gitattributes file that force .pickle file to have Unix eols (LF) * Revert change to expected error message * Added newline at end of file
1 parent 50461a9 commit d0d134d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Handle line endings automatically for files detected as text
2+
# and leave all files detected as binary untouched.
3+
* text=auto
4+
5+
# Force the following filetypes to have unix eols, so Windows does not break them
6+
*.pickle text eol=lf

0 commit comments

Comments
 (0)