Skip to content

Commit

Permalink
add classes for �[200~TestShadowSepolia~
Browse files Browse the repository at this point in the history
  • Loading branch information
rianhughes committed Sep 21, 2024
1 parent 93c9b15 commit 4a6da0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builder/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ func TestShadowSepolia(t *testing.T) {
}
for _, hash := range classHashes {
classHash := utils.HexToFelt(t, hash)
fmt.Println("classHash", classHash.String())
class, err2 := gw.Class(context.Background(), classHash)
require.NoError(t, err2)
snData.EXPECT().Class(context.Background(), classHash).Return(class, nil)
Expand Down

0 comments on commit 4a6da0d

Please sign in to comment.