Skip to content

Commit 2275874

Browse files
Tmp fail test
1 parent 8cc02d5 commit 2275874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ee/ephemeral_environments/test/grpc/ephemeral_environments_server_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ defmodule EphemeralEnvironments.Grpc.EphemeralEnvironmentsServerTest do
3232
test "returns empty list when no environment types exist", %{channel: channel} do
3333
request = %ListRequest{org_id: @org_id}
3434
{:ok, response} = EphemeralEnvironments.Stub.list(channel, request)
35-
assert response.environment_types == []
35+
refute response.environment_types == []
3636
end
3737

3838
test "returns all environment types for a specific org", %{channel: channel} do

0 commit comments

Comments
 (0)