Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
Minor import changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfioravanti committed Dec 5, 2023
1 parent 088de09 commit ac74b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front_end/tests/SurveyResult/Detail/DecoderTest.elm
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import Expect
import Fuzz exposing (Fuzzer)
import Fuzzer.SurveyResultDetail as SurveyResultDetail
import Json.Decode as Decode
import SurveyResult exposing (SurveyResult)
import SurveyResult.Detail.Decoder as SurveyResultDetail
import SurveyResult.Model exposing (SurveyResult)
import Test exposing (Test, describe, fuzz2)


Expand Down
2 changes: 1 addition & 1 deletion front_end/tests/Update/SurveyResult/FetchedMsgTest.elm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Msg exposing (Msg)
import Navigation
import RemoteData exposing (WebData)
import Route exposing (Route)
import SurveyResult.Model exposing (SurveyResult)
import SurveyResult exposing (SurveyResult)
import SurveyResult.Msg
import Test exposing (Test, describe, fuzz2, fuzz3)
import Title
Expand Down

0 comments on commit ac74b35

Please sign in to comment.