File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ func TestExpectedMetadataWithActual(
27
27
) {
28
28
var cfg config.Config
29
29
if err := config .Parse (configPath , & cfg ); err != nil {
30
- t .Fatalf ("Error with reading configuratoin file: %s" , err )
30
+ t .Fatalf ("Error with reading configuration file: %s" , err )
31
31
}
32
32
33
33
api := New (cfg .Hasura .URL , cfg .Hasura .Secret )
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ var errorsDescrs = `{
79
79
},
80
80
"WrongReconstructMode": {
81
81
"title": "Wrong reconstruct mode",
82
- "descr": "Reconstruction of contexts while importing is comptible with full mode snapshots only"
82
+ "descr": "Reconstruction of contexts while importing is compatible with full mode snapshots only"
83
83
},
84
84
"WrongSnapshotExport": {
85
85
"title": "Wrong snapshot export",
You can’t perform that action at this time.
0 commit comments