bats/aws-remotes.bats: Change AWS remotes test so it doesn't delete last branch in the remote.

This commit is contained in:
Aaron Son
2021-07-02 15:30:29 -07:00
parent 29e83af42f
commit 41639a5936
+1 -1
View File
@@ -69,7 +69,7 @@ skip_if_no_aws_tests() {
dolt commit -m 'creating a test table'
dolt push origin master:master
dolt fetch origin
dolt push origin :master
dolt push origin master:another-branch
dolt fetch origin
dolt push origin :another-branch
}