Skip to content

Commit

Permalink
fix(client_test.go): Fix test function syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
iljabvh committed Apr 15, 2024
1 parent 53cf6e9 commit c5676b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions payment/client_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build integration
// +build integration

// Copyright 2024 PolyCrypt GmbH
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -28,6 +25,7 @@ func TestHappyPerun(t *testing.T) {
t.Run("Honest Perun Users", func(t *testing.T) {
runHappyPerun(t)
})
}

func runHappyPerun(t *testing.T) {
set := chtest.NewTestSetup(t)
Expand Down

0 comments on commit c5676b8

Please sign in to comment.