This repository contains scripts used to validate proposals. The scripts are written in Go and utilize various packages to interact with the Internet Computer (IC) governance and registry systems.
133082_test.go
: Contains tests for validating proposal 133082.133083_test.go
: Contains tests for validating proposal 133083.go.mod
: Go module file for managing dependencies.
To run the tests, use the following command:
go test
This will execute the test scripts and validate the proposals as per the logic defined in the test files.