We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beaf16d commit 6f67a14Copy full SHA for 6f67a14
docs/index.md
@@ -875,7 +875,7 @@ Describe("Reporting book weight", func() {
875
876
Context("with no WEIGHT_UNITS environment set", func() {
877
BeforeEach(func() {
878
- err := os.Clearenv("WEIGHT_UNITS")
+ err := os.Unsetenv("WEIGHT_UNITS")
879
Expect(err).NotTo(HaveOccurred())
880
})
881
@@ -928,13 +928,13 @@ Describe("Reporting book weight", func() {
928
929
930
AfterEach(func() {
931
932
933
934
935
936
937
938
939
940
0 commit comments