diff --git a/.gitignore b/.gitignore index 3ae6e24..fda311f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,3 @@ /build erl_crash.dump src/main.gleam -/birdie_snapshots diff --git a/birdie_snapshots/memory_store_open_account.new b/birdie_snapshots/memory_store_open_account.new new file mode 100644 index 0000000..74a0496 --- /dev/null +++ b/birdie_snapshots/memory_store_open_account.new @@ -0,0 +1,5 @@ +--- +version: 1.1.8 +title: memory store open account +--- +BankAccount(True, 0.0) \ No newline at end of file diff --git a/gleam.toml b/gleam.toml index 629665f..9940e52 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "eventsourcing" -version = "0.1.0" +version = "0.1.1" # Fill out these fields if you intend to generate HTML documentation or publish # your project to the Hex package manager. diff --git a/test/eventsourcing_test.gleam b/test/eventsourcing_test.gleam index c40f79c..c24d8bf 100644 --- a/test/eventsourcing_test.gleam +++ b/test/eventsourcing_test.gleam @@ -2,11 +2,8 @@ import birdie import decode import eventsourcing import eventsourcing/memory_store -import eventsourcing/postgres_store import gleam/dynamic import gleam/json -import gleam/option -import gleam/pgo import gleam/result import gleeunit import gleeunit/should