Skip to content

Commit

Permalink
more tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
renatillas committed Aug 4, 2024
1 parent 9ed6ec8 commit 3c5a836
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
/build
erl_crash.dump
src/main.gleam
/birdie_snapshots
5 changes: 5 additions & 0 deletions birdie_snapshots/memory_store_open_account.new
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
version: 1.1.8
title: memory store open account
---
BankAccount(True, 0.0)
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
3 changes: 0 additions & 3 deletions test/eventsourcing_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c5a836

Please sign in to comment.