Skip to content

Commit

Permalink
Cleanup and force build
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Nemere committed Dec 15, 2023
1 parent a41b35d commit adca769
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions api/coreg/coreg_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ func TestNewJobFromMVExport(t *testing.T) {
// Read into JSON object
var sampleMve protos.MarsViewerExport
err = json.Unmarshal(testData, &sampleMve)

// Serialise to proto binary format
//proto.Marshal()

// Read from proto binary format
//var sampleMve protos.MarsViewerExport
//err = protojson.Unmarshal(testData, &sampleMve)
if err != nil {
t.Fatalf("Failed to unmarshal test data: %s", err)
}
Expand Down

0 comments on commit adca769

Please sign in to comment.