Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
drteeth committed Mar 1, 2025
1 parent 7f5bb7f commit 66c3bcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/streams/all_stream_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ defmodule EventStore.Streams.AllStreamTest do
serializer: serializer,
stream1_uuid: stream1_uuid
} do

:ok = EventStore.delete_stream(stream1_uuid, :stream_exists, :hard)

read_events =
Expand Down Expand Up @@ -209,7 +208,6 @@ defmodule EventStore.Streams.AllStreamTest do
serializer: serializer,
stream2_uuid: stream2_uuid
} do

:ok = EventStore.delete_stream(stream2_uuid, :stream_exists, :hard)

read_events =
Expand Down

0 comments on commit 66c3bcf

Please sign in to comment.