Skip to content

Commit

Permalink
Delete unused checkNotEqual metadata input.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephburnett committed Mar 31, 2022
1 parent 5f49c10 commit d24e5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func checkEqual(ctx *testContext, a, b string) {
}
}

func checkNotEqual(ctx *testContext, a, b string, metadata ...Metadata) {
func checkNotEqual(ctx *testContext, a, b string) {
nodeA, err := ReadJsonString(a)
if err != nil {
ctx.t.Errorf(err.Error())
Expand Down

0 comments on commit d24e5c5

Please sign in to comment.