Skip to content

Commit

Permalink
Fix codec spec (enso-org#3185)
Browse files Browse the repository at this point in the history
  • Loading branch information
4e6 authored Dec 9, 2021
1 parent 5e5abac commit c14a2d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/Image_Tests/src/Codecs_Spec.enso
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from Standard.Base import all

import Standard.Base.System.File
import Standard.Base.System.Platform
import Standard.Base.System.Process
import Standard.Base.System.Process.Exit_Code
import Standard.Image.Codecs
Expand Down
1 change: 1 addition & 0 deletions test/Tests/src/Data/Locale_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ with_locale locale ~test =
result = Panic.recover test . catch_primitive e->
JavaLocale.setDefault default_locale
Panic.throw e
JavaLocale.setDefault default_locale
result

spec = Test.group "Locale" <|
Expand Down

0 comments on commit c14a2d8

Please sign in to comment.