Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
integration: test 0.38.0 as well
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed Sep 17, 2023
1 parent e24e3ca commit f2e369d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ var (

func TestIntegration(t *testing.T) {
versions := []dockerImage{
{image: "nspccdev/neofs-aio", version: "0.37.0"}, // 0.37.0 is the latest
{image: "nspccdev/neofs-aio", version: "0.37.0"},
{image: "nspccdev/neofs-aio", version: "0.38.0"},
}

key, err := keys.NewPrivateKeyFromHex("1dd37fba80fec4e6a6f13fd708d8dcb3b29def768017052f6c930fa1c5d90bbb")
Expand Down

0 comments on commit f2e369d

Please sign in to comment.