Prepare develop for master

elm-test --fuzz 1000 --seed 70276890098989
pull/23/head
Bram 2024-05-10 15:41:27 +02:00
parent 2baf012345
commit ff8b6c043a
3 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@
"name": "noordstar/elm-matrix-sdk-beta",
"summary": "Matrix SDK for instant communication. Unstable beta version for testing only.",
"license": "EUPL-1.1",
"version": "3.1.0",
"version": "3.2.0",
"exposed-modules": [
"Matrix",
"Matrix.Event",

View File

@ -23,7 +23,7 @@ will assume until overriden by the user.
-}
currentVersion : String
currentVersion =
"beta 3.1.0"
"beta 3.2.0"
{-| The default device name that is being communicated with the Matrix API.

View File

@ -7,6 +7,7 @@ import Internal.Values.Vault exposing (Vault)
import Test exposing (..)
import Test.Tools.Hashdict as TestHashdict
import Test.Values.Room as TestRoom
import Internal.Tools.Hashdict as Hashdict
vault : Fuzzer Vault
@ -17,4 +18,5 @@ vault =
|> Fuzz.list
|> Fuzz.map Dict.fromList
)
(TestHashdict.fuzzer .roomId TestRoom.fuzzer)
(Fuzz.constant <| Hashdict.empty .roomId)
-- (TestHashdict.fuzzer .roomId TestRoom.fuzzer)