Skip to content

Commit

Permalink
fix spacing issue expect_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
angshumanHalder committed Apr 16, 2023
1 parent 81f2e05 commit ca0e087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expect_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ func TestExpect_Traverse(t *testing.T) {
m.ContainsKey("bbb")
m.ContainsKey("ccc")

m.HasValue("aaa", data["aaa"])
m.HasValue("aaa", data["aaa"])
m.HasValue("bbb", data["bbb"])
m.HasValue("ccc", data["ccc"])

Expand Down

0 comments on commit ca0e087

Please sign in to comment.