Skip to content

Commit

Permalink
Elimination of remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
BorzdeG committed May 10, 2023
1 parent 7bd99b4 commit 77ef1c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions env-tomap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ func TestUnix(t *testing.T) {
":": "/test/unix",
"PATH": ":/test_val1:/test_val2",
"VAR": "REGULARVAR",
}, result,
)
}, result)
}
3 changes: 1 addition & 2 deletions env-tomap_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ func TestToMapWindows(t *testing.T) {
"=::": "::\\",
"=C:": "C:\\test",
"VAR": "REGULARVAR",
}, result,
)
}, result)
}

0 comments on commit 77ef1c4

Please sign in to comment.