Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed May 7, 2024
1 parent a1c7ec5 commit 0d50749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/preview/queue_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ defmodule Preview.QueueTest do
ref = Broadway.test_message(Preview.Queue, put_message(key))
assert_receive {:ack, ^ref, [_], []}, 1000

assert Bucket.get_file_list(package, "1.0.0") == ["lib/foo.exs", "file"]
assert Bucket.get_file_list(package, "1.0.0") == ["file", "lib/foo.exs"]
assert Bucket.get_file(package, "1.0.0", "lib/foo.exs") == "Foo"
assert Bucket.get_file(package, "1.0.0", "file") == "file"
end
Expand Down

0 comments on commit 0d50749

Please sign in to comment.